Do I need to reinstall mod_perl?

2000-09-15 Thread Jason
I'm on a RaQ4 which comes preinstalled with perl 5.005 and mod_perl 1.24 Whever I test a script, I get this error: [Thu Sep 14 20:46:54 2000] [error] Can't locate Apache/ASP.pm in @INC (@INC contains: /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503

Re: Do I need to reinstall mod_perl?

2000-09-15 Thread Thomas S. Brettin
It looks like /usr/local/lib/perl5/site_perl/5.6.0 needs to be in in @INC If this is your problem, there are several options that might work, #!/usr/local/perl -I/usr/local/lib/perl5/site_perl/5.6.0 or move the .../site_perl/5.6.0/Apache directory to a directory in @INC. On Fri, 15 Sep 2000,