LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Problem starting Apache Web Server (https://www.linuxquestions.org/questions/linux-newbie-8/problem-starting-apache-web-server-1613/)

kutubjt 04-02-2001 03:47 AM

Hi
I have apache web server on linux redhat 6.2 on an
i386 m/c.
I have following rpm packages installed on my system
- apache-1.3.12-2
- ActivePerl-5.6.0.623
- mod_perl-1.24_01-1

When i try to start httpd it gives me following error
cannot load /etc/httpd/modules/libperl.so into server
libperl.so cannot open shared object file No such file
or directory

In my httpd.conf file following lines are there
.
.
.
.
LoadModule mod_perl modules/libperl.so
.
.
.
AddModule mod_perl.c
.
.
.
.

I checked etc/httpd/conf/libperl.so
it does exist.
Please help me to solve this problem.

Thank you.
Kind regards

jeremy 04-02-2001 02:19 PM

Make sure /etc/httpd/modules/libperl.so exists (you said /etc/httpd/conf/libperl.so).

kutubjt 04-04-2001 12:31 AM

Yeah, i made a mistake in the message. /etc/httpd/modules/libperl.so exists.


All times are GMT -5. The time now is 07:46 AM.