On 10/15/2009 08:10 PM, P Kishor wrote:

> What I don't like about the above is that the build script tried to
> futz with my Apache conf file (setting ulimit, which, on a Mac OS X
> machine, actually is problematic), and then tried to restart my Apache
> server (if I am reading the above output correctly).

Dispatch runs under normal CGI and mod_perl (and needs to do different 
things under each) so it needs to run it's tests against mod_perl. This 
is done with Apache::Test, which does all it can to start Apache 
w/mod_perl (hence the ulimit juggling).

> In any case, C::A::D did not install under ~/perl, as is evident from
> the above. What gives?

It failed the tests. This usually means something is strange with your 
mod_perl setup. Can you run the tests under verbose to get more output? 
Also, there's this line:

 > [  error] error running tests (please examine t/logs/error_log)

So looking in there would also reveal more information as to why it failed.

-- 
Michael Peters
Plus Three, LP

#####  CGI::Application community mailing list  ################
##                                                            ##
##  To unsubscribe, or change your message delivery options,  ##
##  visit:  http://www.erlbaum.net/mailman/listinfo/cgiapp    ##
##                                                            ##
##  Web archive:   http://www.erlbaum.net/pipermail/cgiapp/   ##
##  Wiki:          http://cgiapp.erlbaum.net/                 ##
##                                                            ##
################################################################

Reply via email to