Hi, Server: Apache/2.2.3 (Debian) mod_perl/2.0.2 Perl/v5.8.8
I got to work this morning at my httpd daemon was down. I was getting a seg fault whenever I tried to restart the daemon. I found an upgraded package for my OS. It looks like I had a apache2 with MP1 setup. The new installation is MP2: My startup file has: use Apache2::RequestRec (); use Apache::Const -compile qw(ok); use Template; use Date::Calc; Now httpd won't start because: 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. I have a feeling that my installation is screwed but I'm not sure how to begin fixing it. Can anyone offer any advice? Thanx. Dp.