Mailing List Archive

[mp2] make test command failed
make install works but make test fails.

error log file not generated in t/logs/error_log

Got following error when running make test

[warning] setting ulimit to allow core files
ulimit -c unlimited; /usr/bin/perl /usr/local/src/mod_perl-2.0.9/t/TEST
-clean
[warning] setting ulimit to allow core files
ulimit -c unlimited; /usr/bin/perl /usr/local/src/mod_perl-2.0.9/t/TEST
-bugreport -verbose=0
apache2: Could not open configuration file /etc/apache2/httpd.conf: No
such file or directory
[ error] Apache cannot spawn child processes as root, therefore the
test suite must be run as a non-privileged user.
[warning] setting ulimit to allow core files
ulimit -c unlimited; /usr/bin/perl
/usr/local/src/mod_perl-2.0.9/ModPerl-Registry/t/TEST -clean
apache2: Could not open configuration file /etc/apache2/httpd.conf: No
such file or directory
[warning] setting ulimit to allow core files
ulimit -c unlimited; /usr/bin/perl
/usr/local/src/mod_perl-2.0.9/ModPerl-Registry/t/TEST -bugreport -verbose=0
apache2: Could not open configuration file /etc/apache2/httpd.conf: No
such file or directory
apache2: Could not open configuration file /etc/apache2/httpd.conf: No
such file or directory
[ error] Apache cannot spawn child processes as root, therefore the
test suite must be run as a non-privileged user.
[warning] setting ulimit to allow core files
ulimit -c unlimited; /usr/bin/perl
/usr/local/src/mod_perl-2.0.9/Apache-Reload/t/TEST -clean
[warning] setting ulimit to allow core files
ulimit -c unlimited; /usr/bin/perl
/usr/local/src/mod_perl-2.0.9/Apache-Reload/t/TEST -bugreport -verbose=0
apache2: Could not open configuration file /etc/apache2/httpd.conf: No
such file or directory
[ error] Apache cannot spawn child processes as root, therefore the
test suite must be run as a non-privileged user.


Got following error when running t/REPORT > mybugreport

root@pakjiddat:/usr/local/src/mod_perl-2.0.9# t/REPORT > mybugreport
[Wed Mar 16 14:29:31.562084 2016] [core:warn] [pid 8455] AH00111: Config
variable ${APACHE_LOCK_DIR} is not defined
[Wed Mar 16 14:29:31.562169 2016] [core:warn] [pid 8455] AH00111: Config
variable ${APACHE_PID_FILE} is not defined
[Wed Mar 16 14:29:31.562196 2016] [core:warn] [pid 8455] AH00111: Config
variable ${APACHE_RUN_USER} is not defined
[Wed Mar 16 14:29:31.562239 2016] [core:warn] [pid 8455] AH00111: Config
variable ${APACHE_LOG_DIR} is not defined
[Wed Mar 16 14:29:31.582701 2016] [core:warn] [pid 8455] AH00111: Config
variable ${APACHE_LOG_DIR} is not defined
[Wed Mar 16 14:29:31.582996 2016] [core:warn] [pid 8455] AH00111: Config
variable ${APACHE_LOG_DIR} is not defined
[Wed Mar 16 14:29:31.583020 2016] [core:warn] [pid 8455] AH00111: Config
variable ${APACHE_LOG_DIR} is not defined
[Wed Mar 16 14:29:31.583094 2016] [core:warn] [pid 8455] AH00111: Config
variable ${APACHE_LOG_DIR} is not defined
[Wed Mar 16 14:29:31.583117 2016] [core:warn] [pid 8455] AH00111: Config
variable ${APACHE_LOG_DIR} is not defined
[Wed Mar 16 14:29:31.583182 2016] [core:warn] [pid 8455] AH00111: Config
variable ${APACHE_LOG_DIR} is not defined
[Wed Mar 16 14:29:31.583204 2016] [core:warn] [pid 8455] AH00111: Config
variable ${APACHE_LOG_DIR} is not defined
[Wed Mar 16 14:29:31.583269 2016] [core:warn] [pid 8455] AH00111: Config
variable ${APACHE_LOG_DIR} is not defined
[Wed Mar 16 14:29:31.583291 2016] [core:warn] [pid 8455] AH00111: Config
variable ${APACHE_LOG_DIR} is not defined
[Wed Mar 16 14:29:31.583359 2016] [core:warn] [pid 8455] AH00111: Config
variable ${APACHE_LOG_DIR} is not defined
[Wed Mar 16 14:29:31.583379 2016] [core:warn] [pid 8455] AH00111: Config
variable ${APACHE_LOG_DIR} is not defined
AH00526: Syntax error on line 74 of /etc/apache2/apache2.conf:
Invalid Mutex directory in argument file:${APACHE_LOCK_DIR}

Thanks,
Nadir Latif