in reply to Re^2: Should I upgrade from mod_perl 1.0 to 2.0? and if so, how?
in thread Apache::DBI "cannot find apache.pm" failure - Should I upgrade from mod_perl 1.0 to 2.0? and if so, how?
From looking at the Apache::DBI source code, the error message Apache.pm was not loaded is raised if it doesn't detect a true value in $INC{'Apache.pm'}. This indicates to me that you're not running your script under mod_perl at all, or (really remote) that Apache.pm fails to load. Maybe put use Apache; into your main script, just for a test.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Should I upgrade from mod_perl 1.0 to 2.0? and if so, how?
by MashMashy (Sexton) on Feb 17, 2009 at 14:58 UTC | |
by Corion (Patriarch) on Feb 17, 2009 at 15:02 UTC | |
by MashMashy (Sexton) on Feb 17, 2009 at 15:03 UTC | |
by Corion (Patriarch) on Feb 17, 2009 at 15:07 UTC | |
by MashMashy (Sexton) on Feb 17, 2009 at 15:09 UTC |