I am trying to upgrade to Apache 1.3.27 with mod_perl 1.27. I am currently running Apache 1.3.20 and mod_perl 1.26 on an HP-UX machine with hpux 10.20 with perl v5.6.1 built for PA-RISC1.1
. I ran configure on Apache to generate a config file with the additional modules I wanted, then did configure for mod_perl with the following

perl Makefile.PL APACHE_SRC=../apache_1.3.xx/src \
DO_HTTPD=1 USE_APACI=1 EVERYTHING=1
Then make && make test && make install
The make worked with no errors. make test resulted in the following error output

cp t/conf/mod_perl_srm.conf t/conf/srm.conf ../apache_1.3.27/src/httpd -f `pwd`/t/conf/httpd.conf -X -d `pwd`/t & httpd listening on port 8529 will write error_log to: t/logs/error_log letting apache warm up...Syntax error on line 3 of /usr/src/mod_perl-1.27/t/conf
/httpd.conf: Invalid command '=pod', perhaps mis-spelled or defined by a module not included in the server configuration done /usr/local/bin/perl t/TEST 0 still waiting for server to warm up...............not ok server failed to start! (please examine t/logs/error_log) at t/TEST line 95. make: *** [run_tests] Error 22
Perl directory has /lib/5.6.1/pod. What is creating the error?
Thanks
Kelton Joyner

Reply via email to