Re: still having errors on 'make test'

1999-11-10 Thread Steve Reppucci


I've seen this problem too.  There's a 'sleep 5' in the test harness,
apparently to wait for the server to start.  On a heavily loaded system,
this is too short.  Whenever I've encountered this, I change the sleep to
10 seconds and it works fine...

HTH,
Steve

On Mon, 8 Nov 1999, Scott R. Every wrote:

 Whenever I run make test:
 httpd listening on port 8529
 will write error_log to: t/logs/error_log
 letting apache warm up...\c
 Syntax error on line 3 of
 /data/test/ssl_apache/mod_perl-1.21/t/conf/httpd.conf:
 Invalid command '=pod', perhaps mis-spelled or defined by a module not
 included
 in the server configuration
 done
 /usr/bin/perl t/TEST 0
 still waiting for server to warm upnot ok
 server failed to start! at t/TEST line 95.
 make: *** [run_tests] Error 9
 
 Everything appears to compile correctly.
 
 Does anyone have any ideas what I'm doing wrong?
 
 tia
 
 s
 
 --
 Scott R. Every - mailto:[EMAIL PROTECTED]
 EMJ Internet - http://www.emji.net
 voice : 1-888-258-8959  fax : 1-919-363-4425
 

=-=-=-=-=-=-=-=-=-=-  My God!  What have I done?  -=-=-=-=-=-=-=-=-=-=
Steve Reppucci   [EMAIL PROTECTED] |
Logical Choice Software  http://logsoft.com/ |
508/958-0183 Be Open |



RE: still having errors on 'make test'

1999-11-09 Thread Young, Geoffrey S.

well, I did some searching in the archives
(http://forum.swarthmore.edu/discussions/epi-search/modperl.html :)

for the exact phrase "Invalid command '=pod'" and came up with quite a
list...

it seems you are not the first to encounter this problem.  However, all the
answers (from high up in the food chain) seem to be that you didn't
configure mod_perl with the apache server properly.

Probably the best message for you to look at is
http://forum.swarthmore.edu/epigone/modperl/twoswouskou/199806221836.OAA2674
[EMAIL PROTECTED]

perhaps the configuration directives in there will help you in getting your
Makefile correct.

HTH

--Geoff


 -Original Message-
 From: Scott R. Every [SMTP:[EMAIL PROTECTED]]
 Sent: Monday, November 08, 1999 10:46 PM
 To:   [EMAIL PROTECTED]
 Subject:  still having errors on 'make test'
 
 Whenever I run make test:
 httpd listening on port 8529
 will write error_log to: t/logs/error_log
 letting apache warm up...\c
 Syntax error on line 3 of
 /data/test/ssl_apache/mod_perl-1.21/t/conf/httpd.conf:
 Invalid command '=pod', perhaps mis-spelled or defined by a module not
 included
 in the server configuration
 done
 /usr/bin/perl t/TEST 0
 still waiting for server to warm upnot ok
 server failed to start! at t/TEST line 95.
 make: *** [run_tests] Error 9
 
 Everything appears to compile correctly.
 
 Does anyone have any ideas what I'm doing wrong?
 
 tia
 
 s
 
 --
 Scott R. Every - mailto:[EMAIL PROTECTED]
 EMJ Internet - http://www.emji.net
 voice : 1-888-258-8959  fax : 1-919-363-4425