Re: mod_perl fails tests

2002-12-19 Thread Stas Bekman
[EMAIL PROTECTED] wrote: Yes, I was able to find CGI.pm. Do you know how I can fix my problem and get mod_perl installed and configured. I want to see the output of: find /usr/lib/perl5 -name CGI.pm Does it match one of the paths in @INC, as reported by the error message? Thanks- Rodney

Re: mod_perl fails tests

2002-12-18 Thread Stas Bekman
[EMAIL PROTECTED] wrote: I am having some trouble installing mod_perl on my redhat linux 8.0 box. I successfully installed apache 2.0.43 from source and placed it in the /usr/local/apache2 directory. In addition, I downloaded the latest version of mod_perl from cvs. I successfully used

Re: mod_perl fails tests

2002-12-18 Thread jediknight
Yes, I was able to find CGI.pm. Do you know how I can fix my problem and get mod_perl installed and configured. Thanks- Rodney On Wed, 18 Dec 2002 16:13:19 +0800 Stas Bekman [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: I am having some trouble installing mod_perl on my redhat linux

Re: mod_perl fails tests

2002-12-18 Thread Nick Tonkin
On Wed, 18 Dec 2002 [EMAIL PROTECTED] wrote: Yes, I was able to find CGI.pm. You may have found it but your webserver hasn't. Do you know how I can fix my problem and get mod_perl installed and configured. You need to fix this part first. I would try unintsalling and then reinstalling

Re: mod_perl fails tests

2002-12-17 Thread Jie Gao
On Tue, 17 Dec 2002 [EMAIL PROTECTED] wrote: I am having some trouble installing mod_perl on my redhat linux 8.0 box. I successfully installed apache 2.0.43 from source and placed it in the /usr/local/apache2 directory. In addition, I downloaded the latest version of mod_perl from cvs. I

Re: mod_perl fails tests

2002-12-17 Thread Philip M. Gollucci
That parameter is a *mod_perl* not an *apache* one it decides where the .pm files and such are installed whether in a directory 'Apache' or 'Apache2'. It will become the default eventually. But for now, its useful If you had 2 webservers 1.3.x and 2.0.x using the same version of perl say 5.8.x