Thomas Hilbig wrote:
> Sorry, httpd is 2.0.52 and not 2.0.54 (sorry, panic).
> 
> My whole site is Perl CGI based using ModPerl2 for
> performance, using Perl CGI library for requests and
> not the pure Apache requests.  It's always worked up
> until loading the Bundle::Apache2 package.  I wanted
> to load the Apache2 API for some ModPerl handler
> writing.
> 
> Most common CGI errors are:
> 
>  Can't locate object method "register_cleanup" via

This error comes from the fact that register_cleanup() is now
cleanup_register() and is in the APR::Pool package, so you need to
  use APR::Pool ();

But, since CGI.pm is throwing these errors, I'd say it's because you
haven't upgraded it. What version of CGI.pm are you running? It needs to
be at version 3.10 for complete compatibility with mod_perl2.

-- 
Michael Peters
Developer
Plus Three, LP

Reply via email to