Geoffrey Young wrote on 22.06.2005:
>
>>But this does not solve my real problem, i.e. that the modules are
>>not found when running my scripts.
>>
>>[Wed Jun 22 18:04:12 2005] [error] Can't locate Apache/RequestRec.pm
>
>you initially said you were using mod_perl 2.0.1. if that's true
>it's Apache2::RequestRec you're after, not Apache::RequestRec.
>
>see http://perl.apache.org/docs/2.0/rename.html for the gory
>details.
>
That was it:
If using CGI.pm you will need to upgrade to version 3.08 - versions
3.07 and older do not support the new mod_perl API. you can get CGI.pm from
http://search.cpan.org/dist/CGI.pm/.
I had CGI version 2.98. Now everything works.
Thanks a lot,
Jan
--
I'd never join any club that would have the likes of me as a member. - Groucho
Marx