connections
[prev]
[thread]
[next]
[Date index for 2005/04/25]
I have the following info in my startup file -->
Apache::DBI->connect_on_init("DBI:mysql:database=mmg;host=HOST","user","pass");
<-- That worked perfect in mod_perl1, now that I'm using mod_perl2 I get
the following info in my error log when starting apache -->
[Mon Apr 25 17:45:50 2005] startup.perl: Apache.pm was not loaded
If I put use Apache::compat in the startup, then the error message goes
away.
Not sure how to solve this issue.
Cure
 |
connections
Cure 22:46 on 25 Apr 2005
|