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?
tia, Mark >>> Kevin Murphy <[EMAIL PROTECTED]> 18-Jan-06 12:14:58 PM >>> If a patch is applied to standalone perl on a system, does an apache with static mod_perl need to be rebuilt to incorporate the changes to Perl? I understand that when you use a static mod_perl compiled into Apache, then the interface between Perl and Apache is compiled into the executable. But how about the perl interpreter itself? Is that also compiled into the web server as a static library, or is it accessed as a shared library? Thanks, Kevin