View previous topic :: View next topic |
Author |
Message |
vervain n00b
Joined: 09 Jan 2003 Posts: 11 Location: Leeds, UK
|
Posted: Fri Jan 10, 2003 8:35 am Post subject: mod_perl Problem: Could not find/Failed to load Apache.pm |
|
|
I have recently installed apache along with mod_perl, mod_ssl, and mod_php. I had the problem that apache would not start due to mod_perl not being able to locate Apache.pm.
It seems that mod_perl installed it's perl modules in the location:
/usr/lib/site_perl/5.6.1/i686-linux
rather than
/usr/lib/perl5/...
a simple cp -R into /usr/lib/perl5 fixed the problem however I am not sure if the problem is with me or with the ebuild.
if the build was correct to place the Apache perl module into /usr/lib/site_perl then how do you make sure apache can find it in @INC?
Or if there was somthing I should have done to make sure that mod_perl installed it's files into /usr/lib/perl5 what would that have been? |
|
Back to top |
|
|
rac Bodhisattva
Joined: 30 May 2002 Posts: 6553 Location: Japanifornia
|
Posted: Mon Jan 13, 2003 4:23 am Post subject: |
|
|
One thing to check is whether emerging ExtUtils-MakeMaker and then mod_perl again changes where the module files are put. _________________ For every higher wall, there is a taller ladder |
|
Back to top |
|
|
|