Octavian Rasnita wrote:
> Hi,
> 
> I have seen an error in the log file of Apache telling that
> Apache/RequestUtil.pm was not found.
> 
> I have seen that this module was called from CGI::Cookie and CGI::Cookie
> contains the following line (at line 32):
> 
>       require Apache::RequestUtil;
> 
> Should I change this with:
> 
>       require Apache2::RequestUtil;
> ?
> 
> If yes, I guess I might need this change in other modules also.
> Do you know if I find somewhere all the modules that need this change?

CGI.pm 3.08 will include updates for mod_perl RC5 and should be available
shortly.  in the meanwhile you can apply this patch:

  http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=111289411808089&w=2

--Geoff

Reply via email to