Skip to Content.
Sympa Menu

freetds - RE: freetds does not find my conf files

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Eric Deutsch" <edeutsch AT systemsbiology.org>
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: RE: freetds does not find my conf files
  • Date: Wed, 17 Jul 2002 17:40:14 -0700



If you built DBD::Sybase with:

setenv SYBASE /usr/local/freetds
perl Makefile.PL
make

You should not need
$ENV{SYBASE} = '/usr/local/freetds';
in your script.

Does the script work without that line?

Perhaps it would be worth trying to remake and reinstall DBD::Sybase?



> -----Original Message-----
> From: StR [mailto:str AT strgt.cjb.net]
> Sent: Wednesday, July 17, 2002 5:33 PM
> To: TDS Development Group
> Subject: [freetds] RE: freetds does not find my conf files
>
> On Wednesday 17 July 2002 18:13, you wrote:
> > If you can fix that problem, I suspect your apache problem will go
away,
> > too.
> >
> > How are you accessing FreeTDS? Through Perl, you said?
>
> yes and i have this in my script:
> $ENV{SYBASE} = '/usr/local/freetds';
> this makes the $SYSBASE point to /usr/local/freetds
>
> > When you built your client interface, did you perhaps have the
> > environment variable SYBASE pointing someplace besides
> > /usr/local/freetds
>
> nope.. it is pointing to /usr/local/freetds
>
>
>
> ---
> You are currently subscribed to freetds as:
[edeutsch AT systemsbiology.org]
> To unsubscribe, forward this message to leave-freetds-
> 127899P AT franklin.oit.unc.edu




Archive powered by MHonArc 2.6.24.

Top of Page