in reply to Re^7: Apache::DBI "cannot find apache.pm" failure - 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?

I've done that, and they say that mod_perl is installed. I have directories in httpd.conf marked as such:
SetHandler perl-script Options +ExecCGI PerlHandler ModPerl::Registry
and those directories compile and run .pl files.
Doesn't that mean that modperl is working?

(also, CPAN says 'mod_perl is up to date'. that'd check for it, right?
  • Comment on Re^8: Apache::DBI "cannot find apache.pm" failure - Should I upgrade from mod_perl 1.0 to 2.0? and if so, how?
  • Download Code

Replies are listed 'Best First'.
Re^9: Apache::DBI "cannot find apache.pm" failure - Should I upgrade from mod_perl 1.0 to 2.0? and if so, how?
by Corion (Patriarch) on Feb 17, 2009 at 15:26 UTC

    Well duh. Then maybe consider checking what difference is between the scripts that appear to work, and your scripts that don't appear to work. Or maybe just escalate the problem to your machine (or webserver) administrators, if you feel unable to resolve the differences between the working and the non-working scripts yourself.