I'm porting an Apache 1.3/mod_perl application to Apache2/mod_perl2.
I've got everything working in that Apache2::porting doesn't complain
and the application behaves as expected if I force an install, but
"make test" fails with

Can't locate object method "request" via package "Apache2::RequestUtil" at ...

I'm guessing this is because the XS autoloader is failing for some
reason.  What do I need to be doing so that Apache2 modules can be
properly evaluated outside of an actual running httpd/mod_perl
environment?

Reply via email to