Fagyal, Csongor wrote:

[Wed Jan 21 12:18:27 2004] [error] Can't locate Apache/ASP.pm in @INC (@INC contains: /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl . /etc/httpd/ /etc/httpd/lib/perl) at (eval 2) line 3.


[Wed Jan 21 12:18:27 2004] [error] Undefined subroutine &Apache::ASP::handler called.

I added this line above the <Files> tag in the .htaccess file PerlModule Apache::ASP

Now I get the following error in the error_log.

[Wed Jan 21 12:25:47 2004] [alert] [client 208.24.179.29] /home/webadmin/ptoc.org/register/.htaccess: Can't locate Apache/ASP.pm in @INC (@INC contains: /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl . /etc/httpd/ /etc/httpd/lib/perl) at (eval 5) line 3.

It's not even trying to use my newly installed perl 5.8


I think you have to reinstall mod_perl using Perl 5.8. Or you might try to set your @INC so that the "old" perl sees Apache::ASP (but I don't think that's a good idea...)

- Csongor


Csongor is right, the mod_perl is currently tied to your old perl on the system.


Alternatively, you can also install Apache::ASP into your old perl 5.6, which is
probably located at /usr/bin/perl

Regards,

Josh

________________________________________________________________
Josh Chamas, Founder                   phone:925-552-0128
Chamas Enterprises Inc.                http://www.chamas.com
NodeWorks Link Checker                 http://www.nodeworks.com


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to