Hi,

 

I have a Debian Sarge webserver. Using Apache 2, Perl 5 en mod_perl 2 on it.

I tried to install Apache::ASP on the basic of http://www.apache-asp.org/install.html.

 

And how you can see on http://www.apache-asp.org/config.html, when I insert the code

PerlModule  Apache::ASP
 <Files ~ (\.asp)>    
   SetHandler  perl-script
   PerlHandler Apache::ASP
   PerlSetVar  Global .
   PerlSetVar  StateDir /tmp/asp
 </Files>

In my httpd.conf, and I reload apache2. I see this error in the error log :

 

[Wed Jan 18 16:57:17 2006] [error] Can't locate Apache2/RequestRec.pm in @INC (@INC contains: /usr/lib/perl5/Apache2 /etc/per

l /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8

 /usr/local/lib/site_perl . /etc/apache2) at /usr/local/share/perl/5.8.4/Apache/ASP/ApacheCommon.pm line 13.\nBEGIN failed--c

ompilation aborted at /usr/local/share/perl/5.8.4/Apache/ASP/ApacheCommon.pm line 13.\nCompilation failed in require at (eval

 27) line 1.\nBEGIN failed--compilation aborted at (eval 27) line 1.\nCompilation failed in require at (eval 3) line 3.\n

[Wed Jan 18 16:57:17 2006] [error] Can't load Perl module Apache::ASP for server web.unlimited-xs.com:0, exiting...

 

What to do now?

 

I hope someone can help me out?

 

Thanks!

 

Sadjied

Reply via email to