|
httpd: module "mod_perl.c" is not compatible with this version of Apache
Hello!
My webserver has been upgraded from RH8 to fedora core 2, and after this no cgi-bin script is working... When I try to use perl.conf and start httpd I get the following error:
[root@dole conf.d]# /etc/init.d/httpd start
Starting httpd: httpd: module "mod_perl.c" is not compatible with this version of Apache (found 20020628, need 20020903).
Please contact the vendor for the correct version.
[FAILED]
Any ideas?
Is there any options I need to add to httpd.conf or perl.conf?
Version off some essential product I use:
root@dole conf.d]# rpm -q httpd
httpd-2.0.49-4
[root@dole conf.d]# rpm -q perl
perl-5.8.3-18
[root@dole conf.d]# rpm -q mod_perl
package mod_perl is not installed (???)
-Shouldn't mod_perl be installed if this is just an upgrade???
Thanks!!
:-)
|