Graham Vickrage wrote:
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

Graham, does that path exist? What the perms are? Notice that under Apache you are most likely running under a different username so this can be a problem.


Another thing could be an open file handles limit:
http://perl.apache.org/docs/2.0/user/troubleshooting/troubleshooting.html#Can_t_locate_F_TestFilter_in_str_consume_pm__in_C__INC____
in any case run this under strace(1) and you will see what the real problem is (see the URL above)



-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

Reply via email to