Subject: | Apache::DBI 0.93 - Does not work with Apache2 Installation |
#!/usr/bin/perl -w
use Time::HiRes qw(gettimeofday tv_interval);
my $start_time = [ gettimeofday ];
use Apache2();
use Apache::DBI;
Apache::DBI->connect_on_init("dbi:Pg:pe_products", "root");
....
Generates 'Apache.pm was not loaded" error message.
I've hacked the DBI.pm code to elminate the errors and to use Apache2 $INC tests where appropriate. Check attached DBI.pm for errors near the "Modified" comments before implementing.
Message body is not shown because it is too large.