Problems with Apache 2.0, mod_perl2 and perl



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
.



Relevant Pages