On Wed, 2006-01-18 at 12:14 -0500, Kevin Murphy wrote: > 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?
Yes. Any time you recompile perl, you should recompile mod_perl too. Technically, there may be some changes that would still work okay without recompiling, but do you really want to take the chance? Just recompile it. - Perrin