Re: make test fails, httpd fails to start

2000-05-12 Thread Doug MacEachern
On Mon, 8 May 2000, Stas Bekman wrote: httpd fails to start because of the following. will write error_log to: t/logs/error_log Syntax error on line 3 of /tmp/mod_perl-1.23/t/conf/httpd.conf: Invalid command '=pod', perhaps mis-spelled or defined by a module not included in the

Re: make test fails, httpd fails to start

2000-05-08 Thread Stas Bekman
On Mon, 8 May 2000, Steve Bauer wrote: I have apache 1.3.12, and mod_perl 1.23. both apache and mod_perl build successfully, but make test fails. the output from "make test" is: cp t/conf/mod_perl_srm.conf t/conf/srm.conf ../apache_1.3.12/src/httpd -f `pwd`/t/conf/httpd.conf -X -d `pwd`/t

Re: make test fails, httpd fails to start

2000-05-08 Thread Steve Bauer
The file t/logs/error_log is never created. httpd fails because /t/conf/httpd.conf looks more like a pod file than a httpd.conf. How is the correct httpd.conf file supposed to be created? What can I do to determine why the creation is not happening?? Steve Bauer Stas Bekman wrote: On

Re: make test fails, httpd fails to start

2000-05-08 Thread Stas Bekman
On Mon, 8 May 2000, Steve Bauer wrote: The file t/logs/error_log is never created. httpd fails because /t/conf/httpd.conf looks more like a pod file than a httpd.conf. That's fine. How is the correct httpd.conf file supposed to be created? What can I do to determine why the creation is