Hi All, I'm having a problem getting DBD::Sybase to work with mod_perl.
I have the following setup RH Fedora 3 Perl 5.8.6 mod_perl 2.0.0 Freetds 0.62 DBD::Sybase 1.05 All seems to install ok but when attempting to run I get the following error: [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 The above config works fine for non mod_perl. As Im new to mod_perl I'm struggling to see if this is a general module loading error or something more specific to FreeTDS or DBD::Sybase. Any help greatly appreciated. Thanks Graham