You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by paul <pa...@mail2.style-web.at> on 2004/03/17 16:49:36 UTC

make test/apache startup problems

Hi again! 

The CVS Sources now work to compile on my openbsd machine, but make test 
fails with the bottom errormessages. If i skip make test and do a make 
install, the module is installed but when I try to load the module with 
LoadModule perl_module modules/mod_perl.so my apache won't start up again!
If i remove the Load line it again works. but with no mod_perl...
thx for your help
paul 


Error messages:
7 Apache:: modules loaded
[Wed Mar 17 16:37:10 2004] [info] 5 APR:: modules loaded
[Wed Mar 17 16:37:10 2004] [info] base server + 17 vhosts ready to run tests
............................................................................ 
....................
waiting 120 seconds for server to start: not ok
[  error] giving up after 121 secs. If you think that your system
is slow or overloaded try again with a longer timeout value.
by setting the environment variable APACHE_TEST_STARTUP_TIMEOUT
to a high value (e.g. 420) and repeat the last command. 

[  error] server failed to start! (please examine t/logs/error_log)
+--------------------------------------------------------+
| Please file a bug report: http://perl.apache.org/bugs/ |
+--------------------------------------------------------+
*** Error code 1 


t/logs/error_log tells:
END in modperl_extra.pl, pid=5562
sepp

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html


Re: make test/apache startup problems

Posted by Stas Bekman <st...@stason.org>.
paul wrote:
> Hi again!
> The CVS Sources now work to compile on my openbsd machine, but make test 
> fails with the bottom errormessages. If i skip make test and do a make 
> install, the module is installed but when I try to load the module with 
> LoadModule perl_module modules/mod_perl.so my apache won't start up again!
> If i remove the Load line it again works. but with no mod_perl...
> thx for your help
> paul
> 
> Error messages:
> 7 Apache:: modules loaded
> [Wed Mar 17 16:37:10 2004] [info] 5 APR:: modules loaded
> [Wed Mar 17 16:37:10 2004] [info] base server + 17 vhosts ready to run 
> tests
> ............................................................................ 
> ....................
> waiting 120 seconds for server to start: not ok
> [  error] giving up after 121 secs. If you think that your system
> is slow or overloaded try again with a longer timeout value.
> by setting the environment variable APACHE_TEST_STARTUP_TIMEOUT
> to a high value (e.g. 420) and repeat the last command.
> [  error] server failed to start! (please examine t/logs/error_log)
> +--------------------------------------------------------+
> | Please file a bug report: http://perl.apache.org/bugs/ |
     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 

Please do what it says. Thanks.

Also try:

PERL_HASH=0 t/TEST

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

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html