Hi Abhilash
I was in the process of attempting to do a mod_perl installation on our dedicated server, when I came across this thread. Having attempted to install mod_perl through easyapache unsuccessfully, I did the installation through apxs as described by you in this thread, and the installation went smoothly. However, apache refuses to start, and the following error is reported by configtest:
root@server [/usr/src/mod_perl-1.29]# /usr/local/apache/bin/apachectl configtest
Syntax error on line 222 of /usr/local/apache/conf/httpd.conf:
module perl_module is built-in and can't be loaded
What does this mean? I tried commenting out the line
LoadModule perl_module libexec/libperl.so
from the httpd.conf but as expected, mod_perl then did not work.
Please help!
Regards
Ashutosh