On Mon, 5 Mar 2001, John Walker wrote:

> 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...

As explained at:
http://perl.apache.org/guide/install.html#Built_Server_Testing_make_test_

You should do:
  % cd mod_perl-1.25
  % make start_httpd
  % perl t/TEST -v modules/httpdconf
  % make kill_httpd

then you will see more verbose output.

Hope this helps...

_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]   http://apachetoday.com http://logilune.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/


Reply via email to