Re: Running on Fedora Core 2
Keith Marter <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase |
|---|---|
| Message-ID | <1096567332.21252.6.camel@environs> |
Thanks, that worked. Keith On Thu, 2004-09-30 at 03:06, Michael Peppler wrote: > On Wed, 2004-09-29 at 23:27, Keith Marter wrote: > > I have no problems compiling the latest stable version of > > DBD-Sybase-1.04 on FC2 along with freetds-0.62.4. The problem occurs > > when I try to run the driver using the perl DBI interface. I get an > > error message exactly like the following: > > > > install_driver(Sybase) failed: Can't load > > '/usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/auto/DBD/Sybase/Sybase.so' for module DBD::Sybase: libct.so.2: cannot open shared object file: No such file or directory at /usr/lib/perl5/5.8.3/i386-linux-thread-multi/DynaLoader.pm line 229. > > > > OK - the issue is that the freetds lib directory (/usr/local/lib by > default) isn't listed in /etc/ld.so.conf. > > If you add this directory to /etc/ld.so.conf and run /sbin/ldconfig > things should work. > > Michael