> 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. --Geoff