Problems with Apache 2.0, mod_perl2 and perl
- From: "Eric R. Meyers" <ermeyers@xxxxxxxxxxxx>
- Date: Wed, 31 May 2006 15:48:33 -0400
I'm using FC4 Linux, and I'm having some problems with Apache 2.0.
perl 5.8.8
httpd 2.0.54-10.3
mod_perl 2.0.1-1.fc4
1. If I add the load mod_perl in the perl.conf, the service httpd start
dies.
a) Nothing about the death of httpd in the error_log.
2. I can only get a statically linked perl to run.
a) /usr/bin/perl: error while loading shared libraries: libperl.so:
cannot open shared object file: Permission denied
3. When I try to run a simple CGI.pm program under Apache, with the static
perl, the perl can't find CGI.pm in the @INC paths. Of course, the
script works just fine from the command line.
a) The @INC is correct as shown in the error_log, and CGI.pm didn't
relocate.
Anybody got a clue?
Thanks,
Eric
.
- Follow-Ups:
- Re: Problems with Apache 2.0, mod_perl2 and perl
- From: Juha Laiho
- Re: Problems with Apache 2.0, mod_perl2 and perl
- From: John Bokma
- Re: Problems with Apache 2.0, mod_perl2 and perl
- Prev by Date: Re: combining graphs from GD::Graph in one image file
- Next by Date: Re: Problems with Apache 2.0, mod_perl2 and perl
- Previous by thread: Installing mod-perl on Tiger (OSX) issues
- Next by thread: Re: Problems with Apache 2.0, mod_perl2 and perl
- Index(es):
Relevant Pages
|