Patricio Muņoz wrote:
[...]
I see document http://perl.apache.org/docs/2.0/user/porting/compat.html  and
Adjust the httpd.conf

Alias /perl/ "D:/Apache/Apache2/perl"

<Location /perl>
      SetHandler perl-script
      PerlResponseHandler ModPerl::Registry
      Options +ExecCGI
      PerlOptions +ParseHeaders
</Location>

And restart service apache and logout error.log is

[Thu Nov 27 16:48:02 2003] [error] failed to resolve handler
`ModPerl::Registry'
[Thu Nov 27 16:48:02 2003] [error] [client 192.168.0.5] Can't locate
Apache/Response.pm in @INC (@INC contains: D:/Perl/lib D:/Perl/site/lib .
D:/Apache/Apache2/ D:/Apache/Apache2/lib/perl) at
D:/Perl/site/lib/ModPerl/RegistryCooker.pm line 18.
BEGIN failed--compilation aborted at
D:/Perl/site/lib/ModPerl/RegistryCooker.pm line 18.
Compilation failed in require at (eval 2) line 3.
 ...propagated at D:/Perl/lib/base.pm line 70.
BEGIN failed--compilation aborted at D:/Perl/site/lib/ModPerl/Registry.pm
line 11.
Compilation failed in require at (eval 1) line 3.

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.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


-- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html



Reply via email to