Apache.pm failed to load!

2005-02-10 Thread Vicki Brown
he.pm failed to load! I don't even know where to look for what's going wrong. ;-( I tried to reinstall Apache with Perl's cpan shell; it said "Apache is up to date." I am assuming this is a mod_perl failure? httpd.conf contains AddModule mod_perl.c but no LoadMod

Re: Apache.pm failed to load!

2005-02-11 Thread Perrin Harkins
On Thu, 2005-02-10 at 22:42 -0800, Vicki Brown wrote: > Everything has been running just fine until today when we accidentally > powered down the server (the hardware as well as the web server). > > Now all we get in the httpd error log is > Apache.pm failed to load! Ouch. So

Re: Apache.pm failed to load!

2005-02-12 Thread Geoffrey Young
Vicki Brown wrote: > At 15:38 -0500 02/11/2005, Perrin Harkins wrote: > >>Do you have a backup of your application code? I'd suggest building a >>fresh apache/perl/mod_perl, verifying that it works, and then putting >>your code in place. There are plenty of docs on perl.apache.org to help >>yo

Re: Apache.pm failed to load!

2005-02-12 Thread Geoffrey Young
move Apache.pm from perl's site_lib I get this in my error log instead: Apache.pm failed to load! (Can't locate Apache.pm in @INC (@INC contains: /perl/perl-5.8.6/lib/5.8.6/i686-linux-thread-multi, ...) at (eval 3) line 3. ). I'll commit it early next week unless anyone gripes. --Geoff

Re: Apache.pm failed to load!

2005-02-12 Thread Vicki Brown
so at 8am than at 2am) > I'll take a look and see if I can't make that error >message a bit better (like spitting out @INC as well or something). > >thanks for the report. That would be wonderful! At 13:45 -0500 02/12/2005, Geoffrey Young wrote: >Apache.pm failed to load!

Re: Apache.pm failed to load!

2005-02-11 Thread Vicki Brown
At 15:38 -0500 02/11/2005, Perrin Harkins wrote: >Do you have a backup of your application code? I'd suggest building a >fresh apache/perl/mod_perl, verifying that it works, and then putting >your code in place. There are plenty of docs on perl.apache.org to help >you with the install. That's wh