Tim Smith wrote:
This is my setup:
RedHat 8 - Kernel 2.4.20-20.8
Apache 2.0.47
perl 5.8.0
mod_perl 1.99_10

When I run make test I receive the following message

/usr/local/apache2/bin/httpd  -d /usr/src/mod_perl-1.99_10/t -f
/usr/src/mod_perl-1.99_10/t/conf/httpd.conf -DAPACHE2 -DPERL_USEITHREADS
using Apache/2.0.47 (prefork MPM)

waiting for server to start: .Syntax error on line 14 of
/usr/src/mod_perl-1.99_10/t/conf/extra.conf:
Invalid command 'PerlSwitches', perhaps mis-spelled or defined by a module
not included in the server configuration
!!!
server has died with status 255 (t/logs/error_log wasn't created, start the
server in the debug mode)
make: *** [run_tests] Error 143

I haven't had much success finding previous threads about this problem and
would appreciate any help.

Tim, when submitting bug reports follow the guidelines at http://perl.apache.org/bugs/


In addition to the above, can we see the output of:

grep LoadModule t/conf/httpd.conf | grep -v PerlLoadModule

I'd expect it to be:

LoadModule perl_module "/usr/src/mod_perl-1.99_10/src/modules/perl/mod_perl.so"

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com



Reply via email to