Hi * After downloading the newest versions of mp2, libapreq2 I was able to compile to compile everything but the the test-suits showed some errors.
I don't know if I'm doing something very stupid here but maybe one of you experienced the same and can help me out with some advice. Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- apache/scanhdrs2.t 5 4 80.00% 1-2 4-5 api/sendfile.t 3 1 33.33% 3 compat/conn_authen.t 1 1 100.00% 1 compat/send_fd.t 3 1 33.33% 3 directive/perl.t 4 2 50.00% 2-3 hooks/access.t 4 1 25.00% 2 hooks/authen.t 4 2 50.00% 2-3 hooks/authz.t 4 2 50.00% 2-3 hooks/trans.t 3 1 33.33% 1 modperl/status.t 15 5 33.33% 2-4 9-10 modules/include2.t 4 4 100.00% 1-4 6 tests skipped. *** server localhost:8529 shutdown !!! error running tests (please examine t/logs/error_log) Unfortunately the error_log is not showing any error (ok the expected ones are there ) Maybe the verbose output of the scanhdrs2 test is giving some hint here . I could have added the verbose outputs of the other failed tests as well but I guess this would have been a bit too much. *** setting ulimit to allow core files ulimit -c unlimited; t/TEST 'apache/scanhdrs2.t' -v *** root mode: changing the files ownership to 'nobody' (65534:65533) *** /usr/bin/perl -e ' require POSIX; POSIX::setuid(65534); POSIX::setgid(65533); print -r q{/development/PERL/mod_perl-1.99_11/t} && -w _ && -x _ ? q{OK} : q{NOK}; ' *** result: OK /usr/local/apache2/bin/httpd -d /development/PERL/mod_perl-1.99_11/t -f /development/PERL/mod_perl-1.99_11/t/conf/httpd.conf -DAPACHE2 -DPERL_USEITHREADS using Apache/2.0.48 (worker MPM) waiting 60 seconds for server to start: .[Tue Nov 11 09:00:39 2003] [info] 22 Apache:: modules loaded [Tue Nov 11 09:00:39 2003] [info] 5 APR:: modules loaded [Tue Nov 11 09:00:39 2003] [info] base server + 11 vhosts ready to run tests .... waiting 60 seconds for server to start: ok (waited 3 secs) server localhost:8529 started server localhost:8530 listening (TestProtocol::echo) server localhost:8531 listening (TestProtocol::echo_filter) server localhost:8532 listening (TestPreConnection::note) server localhost:8533 listening (TestHooks::stacked_handlers2) server localhost:8534 listening (TestFilter::in_bbs_inject_header) server localhost:8535 listening (TestFilter::both_str_con_add) server localhost:8536 listening (TestFilter::in_bbs_msg) server localhost:8537 listening (TestFilter::in_str_msg) server localhost:8538 listening (TestDirective::perlmodule) server localhost:8539 listening (TestDirective::perlrequire) server localhost:8540 listening (TestPerl::ithreads) server localhost:8541 listening (TestDirective::perlloadmodule3) server localhost:8542 listening (TestDirective::perlloadmodule4) server localhost:8543 listening (TestDirective::perlloadmodule5) server localhost:8544 listening (TestDirective::perlloadmodule6) apache/scanhdrs2....1..5 # Running under perl version 5.008002 for linux # Current time local: Tue Nov 11 09:00:42 2003 # Current time GMT: Tue Nov 11 08:00:42 2003 # Using Test.pm version 1.24 # testing : Location header # Failed test 1 in apache/scanhdrs2.t at line 17 # Failed test 2 in apache/scanhdrs2.t at line 20 # expected: http://perl.apache.org/ # received: not ok 1 # testing : status == 302 # expected: 302 # received: 500 not ok 2 # testing : no Location header # expected: 1 # received: 1 # Failed test 4 in apache/scanhdrs2.t at line 30 ok 3 # Failed test 5 in apache/scanhdrs2.t at line 33 # testing : status == 200 # expected: 200 # received: 500 not ok 4 # testing : content is index.html # expected: (?-xism:welcome to) # received: not ok 5 FAILED tests 1-2, 4-5 Failed 4/5 tests, 20.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- apache/scanhdrs2.t 5 4 80.00% 1-2 4-5 *** server localhost:8529 shutdown !!! error running tests (please examine t/logs/error_log) Any hint, suggestion ??? Thanks in advance . -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html