On Thu, 27 Nov 2003, Stas Bekman wrote: [ .. ] > Search your filesystem, you must have Apache/Response.pm > if you have installed mp2. > > It seems that you have a messed up installation, as your > ModPerl/Registry.pm resides under non-Apache2 subdir and > you have /Apache/Apache2/lib/perl. Did you have some old > mod_perl install? Both ModPerl/Registry.pm and > Apache/Response.pm are supposed to live under the same > directory. I hope you didn't just go and copy > ModPerl/Registry.pm manually, leaving out the rest.
Actually, ModPerl::Registry appearing as a lib/ModPerl/Registry.pm and Apache::Response appearing as a lib/Apache2/Apache/Response.pm does happen with Win32, which is different than Unix, where both appear under a lib/Apache2/. That's why, if you miss loading the Apache2.pm module, ModPerl::Registry is found, but not Apache::Response. -- best regards, randy -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html