Hi people,

I just installed Apache2/mod_perl2 and wants to test it.

I don't plan to use any templating system so I will do plain CGI. I,
however, would like to take profit of the apache::registry for
performance.

Here is my conf for my site :

<Location />
  SetHandler modperl
  PerlSendHeader On
  PerlHandler Apache::Registry
  Options ExecCGI
</Location>

I restart Apache and there I go :

[Tue Feb 03 11:23:46 2004] [error] failed to resolve handler
`Apache::Registry'
[Tue Feb 03 11:23:46 2004] [error] [client 172.17.2.156] Can't locate
object method "boot" via package "mod_perl" at
/usr/local/lib/perl5/site_perl/5.8.2/aix/Apache/Constants.pm line 8.
Compilation failed in require at
/usr/local/lib/perl5/site_perl/5.8.2/aix/Apache.pm line 6.
BEGIN failed--compilation aborted at
/usr/local/lib/perl5/site_perl/5.8.2/aix/Apache.pm line 6.
Compilation failed in require at
/usr/local/lib/perl5/site_perl/5.8.2/aix/Apache/Registry.pm line 2.
BEGIN failed--compilation aborted at
/usr/local/lib/perl5/site_perl/5.8.2/aix/Apache/Registry.pm line 2.
Compilation failed in require at (eval 2) line 3.

What's wrong?


Steve Hemond
Programmeur Analyste / Analyst Programmer
Smurfit-Stone, Ressources Forestieres
La Tuque, P.Q.
Tel.: (819) 676-8100 X2833
[EMAIL PROTECTED] 


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

Reply via email to