On Wed, 2006-01-18 at 13:07 -0500, Mark Galbreath wrote: > I have a related question (I think). I installed ActivePerl 5.8.7 on > RH Enterprise 4 and deleted the Perl 5.6 install that the installer > guys at the office installed. Now, when I try to run any perl scripts > I get an error about not being able to find some perl .so modules. Is > there a config file somewhere like in /etc that apps use to find the > perl binary and support files?
Are you talking about mod_perl scripts? That's compiled in. You will need to recompile mod_perl to get it working with a new perl binary. - Perrin