On Mon, Mar 17, 2008 at 7:06 AM, Beginner <[EMAIL PROTECTED]> wrote: > I found an > upgraded package for my OS.
Do you mean that the OS auto-upgraded something, or that you upgraded something manually? What exactly was upgraded? > My startup file has: > > use Apache2::RequestRec (); > use Apache::Const -compile qw(ok); > use Template; > use Date::Calc; That looks fine. > Subroutine load redefined at /usr/lib/perl5/Apache2/XSLoader.pm line > 28.\nCompilation failed in require at > /usr/lib/perl5/Apache2/RequestRec.pm line 24. That sort of thing usually means that your mod_perl was not compiled with the current perl and needs to be recompiled. - Perrin