You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Jim Serio <ji...@rollercoaster.com> on 2000/04/27 10:46:54 UTC

Perl 5.6 + mod_perl 1.23 + Apache 1.3.12

Is anyone else having problems with Perl 5.6?
I just setup a new development box with fresh
installs of:

Perl 5.6
Apache 1.3.12 (compiled w/mod_perl 1.23 + PHP4 RC1)

Everything compiles and runs fine expect any
scripts that use either DBI or Apache::DBI.
My scripts work fine on a Perl 5.004 + mod_perl 1.23
install, but on this new box any script run returns 
nothing, zero nada. And the error log shows nothing
as well. It seems to error out on the "connect"
statement. The same script (using DBI instead
of Apache:DBI) runs flawlessly at the shell, so I
have ruled out DBI.

Any ideas?

Jim