Ok this time I am stumped

Jsut trying to get DBI and DBD::ORacle up and running on a new version of
Apache web server and I run into this error

9545: ModPerl::Registry: anonymous handlers not (yet) supported at
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/Apa che/compat.pm
line 131.!

when I try a simple conenct like this

$dbh = DBI->connect($dbd_name,$db_user." [at] ".$db_name,$db_password, {
AutoCommit => 0,RaiseError=>1,PrintError=>1 } ) or die "ud-2
$DBI::errstr\n";

anyone ever run into this before.
scoles [ Fr, 09 März 2007 19:09 ] [ ID #1653122 ]
Perl » perl.dbi.users » Ok this time I am stumped

Vorheriges Thema: Unexpected error with DBD::SQLite
Nächstes Thema: Is it possible to build DBD::Sybase on an intel based mac Pro (running10.4.8)