[mp2] 'make test' error--cannot start server: httpd (path) does not exist

2005-08-22 Thread Eric Martin
1. Just installed gcc-3.4.4, perl-5.8.7, apache-2.0.54 on a clean installation of Solaris 10. gcc, perl, and apache went in without a hitch. About 70 perl modules also installed without failure using the new gcc/perl. 2. I then proceed to do: 'perl Makefile.PL

Re: [mp2] 'make test' error--cannot start server: httpd (path) does not exist

2005-08-22 Thread Philippe M. Chiasson
Eric Martin wrote: 1. Just installed gcc-3.4.4, perl-5.8.7, apache-2.0.54 on a clean installation of Solaris 10. gcc, perl, and apache went in without a hitch. About 70 perl modules also installed without failure using the new gcc/perl. 2. I then proceed to do: 'perl Makefile.PL

Fw: [mp2] 'make test' error--cannot start server: httpd (path) does not exist

2005-08-22 Thread Eric Martin
PM Subject: Re: [mp2] 'make test' error--cannot start server: httpd (path) does not exist Eric Martin wrote: 1. Just installed gcc-3.4.4, perl-5.8.7, apache-2.0.54 on a clean installation of Solaris 10. gcc, perl, and apache went in without a hitch. About 70 perl modules also installed without

Re: Fw: [mp2] 'make test' error--cannot start server: httpd (path) does not exist

2005-08-22 Thread Philippe M. Chiasson
Eric Martin wrote: Well, the suexec mechanism seems to be working OK: # ps -ef | grep httpd nobody 28220 28219 0 14:38:25 ? 0:00 /usr/local/stow/apache-2.0.54/apache2/bin/httpd -k start nobody 28225 28219 0 14:38:26 ? 0:00

Re: Fw: [mp2] 'make test' error--cannot start server: httpd (path) does not exist

2005-08-22 Thread Eric Martin
Note: chowning the entire apache tree to nobody:nobody still causes the httpd (path) does not exist error in mod_perl 2. Have you tried $ su - nobody $ stat /usr/local/stow/apache-2.0.54/apache2/bin/httpd ? 'stat' command? Did I mention the machine is a vanilla Solaris 10 host? I suspect

Re: Fw: [mp2] 'make test' error--cannot start server: httpd (path) does not exist

2005-08-22 Thread Philippe M. Chiasson
Eric Martin wrote: Note: chowning the entire apache tree to nobody:nobody still causes the httpd (path) does not exist error in mod_perl 2. Have you tried $ su - nobody $ stat /usr/local/stow/apache-2.0.54/apache2/bin/httpd ? 'stat' command? Try ls instead then ;-) Did I mention