> 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?

Yes, but uninstall with ppm utility

> 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.

The Registry.pm this in folder D:\Perl\site\lib\ModPerl
The Response.pm in D:\Perl\site\lib\Apache2\Apache

Copy ModPerl/Registry.pm manually where ?  and Response.pm ?

The @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

regards





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

Reply via email to