|
|
sybperl-l Archive
Up Prev Next
From: Michael Peppler <mpeppler at peppler dot org>
Subject: Re: Segmentation fault when running DBD::Sybase
Date: Apr 27 2005 6:46PM
On Wed, 2005-04-27 at 20:29, Ravi Parimi wrote:
> > > I guess I cannot use the sybase ase libraries anymore. What I can do
> > > to solve this problem?
> >
> > Install the FreeTDS libraries, and then point the SYBASE env. variable
> > at the FreeTDS installation before building DBD::Sybase.
> >
>
>
> Michael,
>
> Thanks a lot for the help. I reinstalled the freetds libraries, and
> pointed the DBD::Sybase module to freetds libraries instead of the
> sybase libraries. I can now connect to my SQL server database!
>
> One minor issue I see is that I get the following message each time I
> use DBD::Sybase
> cs_config(CS_LOC_PROP) failed at
> /usr/lib/perl5/5.8.1/i386-linux-thread-multi/DynaLoader.pm line 249.
>
> Is there a way to fix that?
EIther install DBD::Sybase 1.05_01 (it's on CPAN, or on my web site in
the downloads directory), or edit the dbdimp.c file, look for
CS_LOC_PROP and remove the warning...
Michael
--
Michael Peppler - mpeppler@peppler.org - http://www.peppler.org/
Sybase DBA/Developer
Sybase on Linux FAQ: http://www.peppler.org/FAQ/linux.html
|