Ron Savage wrote: > Hi Michael > > I installed V 1.04 without error. Then I installed Test::LongString. Then... > > (1) Command: perl Build test [snip] > waiting 60 seconds for server to start: > ............................................................. > waiting 60 seconds for server to start: not ok > > Errors: > [ error] giving up after 61 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. 360) and repeat the last command. > > [ error] server failed to start! (please examine t\logs\error_log)
Well it seems like it's an Apache::Test loading problem, not directly a C::A::Dispatch one. > Note: A few apps were sitting in RAM, but nothing was chewing up CPU time. > And V 1.04 started in 1 second. > > (2) t\logs\error_log contains: > [Fri Feb 10 16:39:17 2006] [error] Can't load Perl file: > D:\\perl-modules\\CGI-Application-Dispatch-2.00_03\\t\\conf\\modperl_startup.pl > for server localhost:8529, exiting... Hmm, it looks like that file is including the t/conf/modperl_extra.pl file which is trying to load Devel::Cover... It probably shouldn't do that since it's just for my testing purposes... So I'll comment that out. If you could try that and let me know how it works. Thanks. -- Michael Peters Developer Plus Three, LP --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
