On Thursday, April 11, 2002, at 05:48 PM, Alex S wrote: > > However, I figured it out. I had updated perl to 5.6.1 when > installing a module through CPAN.
Don't you hate it when that happens? > My other Mac that was working still had 5.6.0. So, I decided to > downgrade perl back to 5.6.0. > > Voila! Apache now starts with mod_perl loaded. > Probably not a great solution in general, since many dependency-checkers assume you're only going to be moving *up* in version numbers. A better solution would probably be to leave 5.6.1 installed (by upgrading or going back in time), and reinstall mod_perl. -Ken