On Tuesday 24 July 2007 1:57:42 pm Brian Reichert wrote: > [Tue Jul 24 13:06:03 2007] [error] [client 172.20.100.178] Can't > locate Apache/Response.pm in @INC (@INC contains: [snip]) at > /usr/lib/perl5/5.8.5/CGI.pm line 186.\nCompilation failed in > require at /usr/lib/perl5/vendor_perl/5.8.5/HTML/Mason/ApacheHandler.pm > line 692.\n > > What we see under the hood is 'require CGI'. This is CGI 3.05, > from RedHat's perl distribution. I have Apache2::Response from > mod_perl, but not Apache::Response.
You'll need to upgrade CGI to match your mod_perl2 version. CGI is "mod_perl aware" so if you have a version compatible with the development version of mod_perl (1.99) then it won't be compatible with the release version. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Mason-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mason-users

