I compile apache-1.3.11 with modperl-1.21 on redhat6.1 using the script

#!/bin/sh
# mod_perl config
perl Makefile.PL \
APACHE_PREFIX=/home/local/apache \
APACHE_SRC=../apache-1.3.11/src \
DO_HTTPD=1 USE_APACI=1 EVERYTHING=1

as suggested in INSTALL.apaci

Everything works fine until I get to the make test step.

When I am connected to the net(inetrnet) everything continue to work
fine.

However, when I am offline,  make test fails.
It complains about:

still waiting for server to warm up............not ok
server failed to start!

Ilan

Reply via email to