Fwd: [Catalyst] Apache2 problem

Andy Grundman andy at hybridized.org
Fri Jan 27 01:48:47 CET 2006


August R. Wohlt wrote:
> Hi Alan!
> 
> I just got a very similar error just today while trying to install 
> Catalyst::Plugin::Static on a new box at home. Tests failed because it 
> can't find the "request" method. I'm assuming this is supposed to be set 
> by something in the Catalyst Engine:
> 
> [vivalog at bioscribe Catalyst-Plugin-Static-0.10]$ make test
> ...
> [Thu Jan 26 14:23:24 2006] [catalyst] [error] Caught exception in engine 
> "Can't locate object method "request" via package 
> "Catalyst::Engine::Test" at 
> /usr/lib/perl5/site_perl/5.8.5/Catalyst/Engine/HTTP/Base.pm line 75."

Engine::HTTP::Base is pre-5.5.  You probably have 2 different versions of Cat 
installed in @INC.

This is also most likely the reason for the Apache error:
/usr/pkg/lib/perl5/site_perl/5.8.0/Catalyst/Engine/Apache/Base.pm

Engine::Apache::Base is not part of the current Engine::Apache package, it is 
pre-5.5.

-Andy



More information about the Catalyst mailing list