On Thursday, April 11, 2002, at 11:32 AM, BeardedDragon.org wrote: > wondering if the mod_perl library was reinstalled with the new Apache > (probably), which had some dynamic linking done, designed for perl 5.6.0 > (or possibly vice-versa), and the updated copy got "out of sync" with > the > newer perl.
Of course it got out of synch - Apple's mod_perl is compiled against Perl 5.6.0, but you've installed Perl 5.6.1. If you update Perl, you must update mod_perl as well. And, in both cases, if you've installed them in the same location as the Apple-installed versions, you'll inevitably run into trouble when (not if) some future update from Apple overwrites your customized install. This isn't an OS/X issue - you'll get the same results any time the installed version of Perl is different from the one against which mod_perl is linked, regardless of OS. sherm-- Never put off until tomorrow what you can do today. There might be a law against it by that time.