Apache 1.3.19 / Mod_perl-1.25 on Linux 2.2 (debian)

I have been following the guide, and I wasn't too successful with the CPAN
method, so I tried the "A Summary of a Basic mod_perl Installation" method.
I didn't notice any error during the configuration or the make step. The
tests stall at httpdconf. I'm baffeled by the errors logs. I have included
the last few lines of the tests and the tail on the error log. What might
cause this?

Thanks in advance,
John

cp t/conf/mod_perl_srm.conf t/conf/srm.conf
../apache_1.3.19/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
modules/actions.....ok
modules/cgi.........ok
modules/constants...ok
modules/cookie......skipping test on this platform
modules/file........ok
modules/httpdconf...

(^C after a few minutes)

# tail t/logs/error_log
Constant subroutine XHTML_DTD redefined at /usr/lib/perl5/5.005/constant.pm
line 175.
[notice] Destruction->DESTROY called for $global_object
[Mon Mar  5 21:56:54 2001] [warn] [notice] child_init for process 6284,
report any problems to [no address given]

[notice] child process 6284 terminating
[notice] push'd PerlChildExitHandler called, pid=6284
[notice] push'd PerlChildExitHandler called, pid=6284
[notice] push'd PerlChildExitHandler called, pid=6284
[notice] END block called for startup.pl
[notice] Destruction->DESTROY called for $global_object


Reply via email to