> Although the test do not run. Apache not starting.

This one is strange as well.

This is the last bit of the output from make test

/usr/local/apache2/bin/httpd -d /usr/local/src/mod_perl-1.99_11/t -f
/usr/local/src/mod_perl-1.99_11/t/conf/httpd.conf -DAPACHE2
using Apache/2.0.48 (prefork MPM)

waiting 60 seconds for server to start: ..........................[Tue Dec
09 23:29:44 2003] [info] 22 Apache:: modules loaded
[Tue Dec 09 23:29:44 2003] [info] 5 APR:: modules loaded
[Tue Dec 09 23:29:44 2003] [info] base server + 11 vhosts ready to run tests
.........................
waiting 60 seconds for server to start: giving up after 61 secs
!!! server failed to start! (please examine t/logs/error_log)

It says that the server failed to start but when I do

ps -ef | grep httpd

I get this

root     11840     1  0 Dec10 ?        00:00:00
/usr/local/apache2/bin/httpd -d /usr/local/src/mod_perl-1.99_11/t -f
/usr/local/src/mod_perl-1.99_11/t/conf/httpd.conf -DAPACHE2
nobody   11875 11840  0 Dec10 ?        00:00:00
/usr/local/apache2/bin/httpd -d /usr/local/src/mod_perl-1.99_11/t -f
/usr/local/src/mod_perl-1.99_11/t/conf/httpd.conf -DAPACHE2
nobody   11876 11840  0 Dec10 ?        00:00:00
/usr/local/apache2/bin/httpd -d /usr/local/src/mod_perl-1.99_11/t -f
/usr/local/src/mod_perl-1.99_11/t/conf/httpd.conf -DAPACHE2

Which does show that apache is running, even after the make test fails with
an error message.

Adam


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.548 / Virus Database: 341 - Release Date: 06/12/2003


-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to