Apache Error

Scorpic

Verified User
Joined
Feb 14, 2007
Messages
13
Hello!

Have a problems
In Apache log file always see error
[Fri Feb 23 00:23:20 2007] [error] [client 195.131.148.xxx] failed to resolve handler `Apache::PerlRun': Can't locate loadable object for module Apache::Constants in @INC (@INC contains: /usr/local/lib/perl5/5.8.8/BSDPAN /usr/local/lib/perl5/site_perl/5.8.8/mach /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 . /etc/httpd) at /usr/local/lib/perl5/site_perl/5.8.8/mach/mod_perl.pm line 14\nCompilation failed in require at /usr/local/lib/perl5/site_perl/5.8.8/mach/Apache/PerlRun.pm line 5.\nBEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.8.8/mach/Apache/PerlRun.pm line 5.\nCompilation failed in require at (eval 4) line 3.\n



Server:
Apache/2.0.59 (Unix) PHP/4.4.5 mod_ssl/2.0.59 OpenSSL/0.9.7e-p1 mod_perl/2.0.3 Perl/v5.8.8

Please help me.
Thanks
 
Your apache configuration is calling for a perl module not included in your system.

Jeff
 
Your apache configuration is calling for a perl module not included in your system.

Jeff

Hello!

I see in DA Perl instaling modules list a have: Apache::PerlRun and Apache::Constants.
What i can solved it error?


Thank you.
 
Possibly your installation put the module in a nonstandard place. Find it and make sure it's where apache wants it to be.

Jeff
 
Back
Top