Quoting Graham Vickrage <[EMAIL PROTECTED]>:
[error] install_driver(Sybase) failed: Can't load '/usr/lib/perl5/site_perl/5.8.5/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.5/i386-linux-thread-multi/DynaLoader.pm line 230.\n at (eval 10) line 3\nCompilation failed in require at (eval 10) line 3.\nPerhaps a required shared library or dll isn't installed where expected
Hi Graham,
I suspect that DBD::Sybase is unable to find the Sybase libct library being provided by FreeTDS.
I would try making sure that the SYBASE environment variable is set for the
apache user. Does inserting a PerlSetEnv SYBASE /usr/local/freetds (or wherever
you installed freetds) in your httpd.conf make any difference?
Regards, -Moon