I just ran into this same error. mod_perl 2.0.3 will build fine against httpd 2.2.3, but against 2.2.4 it gives this single failed test.
Adam -----Original Message----- From: Octavian Rasnita [mailto:[EMAIL PROTECTED] Sent: Saturday, January 13, 2007 4:17 AM To: modperl@perl.apache.org Subject: error when installing mod_perl Hi, I have tried to install mod_perl with Apache 2.24, but it gave the following error: Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------ ------- t/api/server_const.t 3 1 3 4 tests and 1 subtest skipped. Failed 1/236 test scripts. 1/2578 subtests failed. Files=236, Tests=2578, 190 wallclock secs (151.08 cusr + 26.72 csys = 177.80 CPU) Failed 1/236 test programs. 1/2578 subtests failed. [warning] server localhost.localdomain:8529 shutdown [ error] error running tests (please examine t/logs/error_log) +--------------------------------------------------------+ | Please file a bug report: http://perl.apache.org/bugs/ | +--------------------------------------------------------+ make: *** [run_tests] Error 1 [EMAIL PROTECTED] mod_perl-2.0.3]# Octavian