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 23:27:06 UTC

Re: problems with make test, server not starting <- RESOLVED

> [root@localhost mod_perl-1.24_01]# ps axfwwww | grep httpd
>  2888 ?        S      0:01 ../apache_1.3.14/src/httpd -f /root/mod_perl-1.24_01/t/conf/httpd.conf -X -d /root/mod_perl-1.24_01/t
> 10510 ?        S      0:00 /usr/local/apache/bin/httpd
> 10511 ?        SW     0:00  \_ [httpd]
> 10512 ?        SW     0:00  \_ [httpd]
> 10513 ?        SW     0:00  \_ [httpd]
> 10514 ?        SW     0:00  \_ [httpd]
> 10515 ?        S      0:00  \_ [httpd]
> 10516 ?        SW     0:00  \_ [httpd]

Ok, i killed those guys, typed make test, and guess what happened?

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...ok
modules/include.....ok
modules/log.........ok
modules/module......skipping test on this platform
modules/perlrun.....ok
modules/psections...skipping test on this platform
modules/request.....skipping test on this platform
modules/src.........ok
modules/ssi.........ok
modules/stage.......skipping test on this platform
modules/status......ok
modules/symbol......skipping test on this platform
modules/uri.........ok
modules/util........ok
internal/api........ok
internal/auth.......ok
internal/croak......ok
internal/dirmagic...ok
internal/error......ok
internal/headers....ok
internal/hooks......ok
internal/http-get...ok
internal/http-post..ok
internal/proxy......ok
internal/redirect...ok
internal/rwrite.....ok
internal/stacked....ok
internal/table......ok
internal/taint......ok
All tests successful, 6 tests skipped.
Files=34,  Tests=377, 16 wallclock secs (10.01 cusr +  1.16 csys = 11.17 CPU)
kill `cat t/logs/httpd.pid`
rm -f t/logs/httpd.pid
rm -f t/logs/error_log

YEA BABY YEA!

Thanks a million Ged.

:)

Richard.