Richard The Goalie wrote: > > trying to install apache::asp. perl Makefile.PL, make, make install went > fine, but ASP is still not useable. i put the <Files ~ /.asp> instructions > in, and it still doesn't work. the error i recieve is Can't locate > Apache/ASP.pm in @INC. First, it's looking in perl5.6.0 libs, not the 5.6.1 > libs that i've installed for it. how can i chnage this. and also, does > ASP.pm have to be compiled in with apache? >
Weird, I thought this got answered by someone else, but it popped up in my mailbox just now!! This scenario looks like you have a perl installed ( 5.6.1 ) that is different from the perl that mod_perl was compiled into apache with. The best thing to do is to get mod_perl compiled with the perl version you are using now. 2nd to that, you need to find this old perl on your system, and hopefully the old executables are still somewhere like /usr/local/bin/perl5.6.0 that you can install the Apache::ASP module into by something like: cd Apache-ASP-* /usr/local/bin/perl5.6.0 Makefile.PL this will start the install process for that old perl. --Josh _________________________________________________________________ Joshua Chamas Chamas Enterprises Inc. NodeWorks Founder Huntington Beach, CA USA http://www.nodeworks.com 1-714-625-4051 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]