Ok this time I am stumped
am 09.03.2007 19:09:35 von scolesJsut 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."@".$db_name,$db_password, {
AutoCommit => 0,RaiseError=>1,PrintError=>1 } ) or die "ud-2
$DBI::errstr\n";
anyone ever run into this before.