Skip Menu |

This queue is for tickets about the Apache-DBI CPAN distribution.

Report information
The Basics
Id: 5174
Status: resolved
Priority: 0/
Queue: Apache-DBI

People
Owner: pgollucci [...] p6m7g8.com
Requestors: lancec_at_proactivewm_dot_com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.93
Fixed in: (no value)



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.

From: ask [...] develooper.com
[guest - Mon Feb 2 18:32:44 2004]: Show quoted text
> 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.
Any chance you could submit the changes as a patch that'll also work with mod_perl 1.x? :-) - ask