Greetings, When installing the latest mod_perl with Apache 2.0.55 make test produced the following error:
[warning] setting ulimit to allow core files ulimit -c unlimited; /users/webuser/perl.5.8.7/bin/perl /users/webuser/src/mod_perl-2.0.0/t/TEST -clean APACHE_TEST_GROUP= APACHE_TEST_HTTPD= APACHE_TEST_PORT= APACHE_TEST_USER= APACHE_TEST_APXS= \ /users/webuser/perl.5.8.7/bin/perl -Iblib/arch -Iblib/lib \ t/TEST -bugreport -verbose=0 [warning] setting ulimit to allow core files ulimit -c unlimited; /users/webuser/perl.5.8.7/bin/perl /users/webuser/src/mod_perl-2.0.0/t/TEST -bugreport -verbose=0 /users/webuser/apache_heavy/bin/httpd -d /users/webuser/src/mod_perl-2.0.0/t -f /users/webuser/src/mod_perl-2.0.0/t/conf/httpd.conf -D APACHE2 using Apache/2.0.55 (prefork MPM) waiting 120 seconds for server to start: .[Wed Nov 16 10:41:50 2005] [info] 6 Apache2:: modules loaded [Wed Nov 16 10:41:50 2005] [info] 0 APR:: modules loaded [Wed Nov 16 10:41:50 2005] [info] base server + 27 vhosts ready to run tests [Wed Nov 16 10:41:50 2005] [error] Insecure directory in $ENV{PATH} while running with -T switch at /users/webuser/src/mod_perl-2.0.0/Apache-Test/lib/Apache/TestConfig.pm line 1059.\nCompilation failed in require at /users/webuser/src/mod_perl-2.0.0/t/conf/modperl_startup.pl line 17.\n\t...propagated at /users/webuser/src/mod_perl-2.0.0/t/conf/modperl_startup.pl line 18.\nBEGIN failed--compilation aborted at /users/webuser/src/mod_perl-2.0.0/t/conf/modperl_startup.pl line 20.\nCompilation failed in require at (eval 2) line 1.\n [Wed Nov 16 10:41:50 2005] [error] Can't load Perl file: /users/webuser/src/mod_perl-2.0.0/t/conf/modperl_startup.pl for server localhost.localdomain:8529, exiting... [ error] server has died with status 255 (t/logs/error_log wasn't created, start the server in the debug mode) sh: line 1: 8369 Terminated /users/webuser/perl.5.8.7/bin/perl /users/webuser/src/mod_perl-2.0.0/t/TEST -bugreport -verbose=0 make: *** [run_tests] Error 143 John Kent