This is driving me crazy. I upgraded Perl to 5.6 (from 5.005) and mod_perl
to 1.24 (from 1.22) trying to correct weird DBD::Sybase errors somehow
related to decaying connections. 

Now I am getting this:

[Tue May 23 16:35:11 2000] [error] install_driver(Sybase) failed: Can't
locate loadable object for module DBD::Sybase in @INC (@INC contains:
/home/httpd/uoboards/cgi-bin /usr/local/lib/perl5/5.6.0/sun4-solaris
/usr/local/lib/perl5/5.6.0 /usr/local/lib/perl5/site_perl/5.6.0/sun4-solaris
/usr/local/lib/perl5/site_perl/5.6.0
/usr/local/lib/perl5/site_perl/5.005/sun4-solaris
/usr/local/lib/perl5/site_perl/5.005 /usr/local/lib/perl5/site_perl .
/usr/local/apache/ /usr/local/apache/lib/perl) at (eval 13) line 3
Perhaps a module that DBD::Sybase requires hasn't been fully installed
 at /home/httpd/uoboards/cgi-bin/test.pl line 10
DBD::Sybase works fine from the command line on this box just using DBI. But
when I try to run off the web server, it errors as soon as it hits the
connect line. 

I have tried making mod_perl over and over again with EVERYTHING, only the
things I need, DYNAMIC, etc. with no joy. I have rebuilt Apache (1.3.12),
DBI, DBD::Sybase, and Apache::DBI since the Perl/mod_perl upgrades. 

MySQL is working fine under Apache::DBI, but I can't get DBD::Sybase to go
at all anymore. It did stay connected before the upgrades, but I was having
problems using the connections after a few minutes.

Apache 1.3.12
Perl 5.6
Mod_perl 1.24
DBI 1.13
DBD::Sybase .22 
Apache::DBI .87


Any help appreciated. Thanks. 

Reply via email to