[cgiapp] another oddity installing CGI::Application::Dispatch

Michael Peters mpeters at plusthree.com
Fri Oct 16 09:17:51 EDT 2009


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


More information about the cgiapp mailing list