You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Richard <ha...@btinternet.com> on 2000/12/28 22:14:22 UTC

problems with make test, server not starting

Deal All.

This is really starting to pick away at my patience.

I simple cannot get mod_perl installed.

Installed Apache 1.3.14 easy peasy.

I am making mod_perl with EVERYTHING=1 and
APACHE_PREFIX=/some/location/to/apache

Even without any of the options, for makefile.pl, i am getting the same damn
error.

"Waiting for server to warm up.......... server failed to start!"

Another guy had the same problem in January this year, and i have followed Stas
Berkman's advice for him, my /etc/hosts file is as it should be, and no idea if
loopback is configured correctly.

This is off a fresh install of Mandrake 7.0, i'm a complete linux newbie,
perhaps there is a switch i have not thrown that will let it all work ok?

argh! 

Any pointers would be soooo very much greatly appreciated.

Richard
---------------------------------------------------------------------------------------------

%make test
~~~~~~~~~~~~~~~~~~~~~
../apache_1.3.14/src/httpd -f `pwd`/t/conf/httpd.conf -X -d `pwd`/t &
httpd listening on port 8529
will write error_log to: t/logs/error_log
letting apache warm up...\c
done
/usr/bin/perl t/TEST 0
still waiting for server to warm up...............not ok
server failed to start! (please examine t/logs/error_log) at t/TEST line 95.
make: *** [run_tests] Error 9
~~~~~~~~~~~~~~~~~~~~~

the error log
~~~~~~~~~~~~~~~~~~~~~
[Thu Dec 28 21:33:14 2000] [crit] (98)Address already in use: make_sock: could not bind to port 8529
~~~~~~~~~~~~~~~~~~~~~




Re: problems with make test, server not starting

Posted by ___cliff rayman___ <cl...@genwax.com>.
try:
make kill_httpd && sleep 5 && make test

Richard wrote:

>
>
> the error log
> ~~~~~~~~~~~~~~~~~~~~~
> [Thu Dec 28 21:33:14 2000] [crit] (98)Address already in use: make_sock: could not bind to port 8529
> ~~~~~~~~~~~~~~~~~~~~~

--
___cliff rayman___cliff@genwax.com___http://www.genwax.com/