Hi...so I have a rpm install of apache and I'm running redhat 8.0. Just recently I ran:
up2date php
because I needed a newer version. I'm not sure what version I had..but after the update I now have:
php-4.2.2-8.0.8
php-imap-4.2.2-8.0.8
php-mysql-4.2.2-8.0.8
php-ldap-4.2.2-8.0.8
interestingly enough...when I do a rpm -qa | grep httpd I get:
httpd-2.0.40-8
httpd-2.0.44-1.8.0
httpd-manual-2.0.40-8
redhat-config-httpd-1.0.1-13
Which I think is wrong because I shouldn't have 2 versions of apache...anyway...my problem is .... after I updated php...apache won't start and gives me:
Starting httpd: httpd: module "/usr/src/build/271435-i386/BUILD/php-4.2.2/sapi/apache2filter/sapi_apache2.c" is not compatible with this version of Apache (found 20020628, need 20020903).
Please contact the vendor for the correct version.
[FAILED]
I looked all over the net for solutions...and I could only find a few pages with inconclusive results...
One of them was:
but I don't really understand what the users did to fix their copies...and why my httpd is still broken.
Thanks in advance.
-ben
up2date php
because I needed a newer version. I'm not sure what version I had..but after the update I now have:
php-4.2.2-8.0.8
php-imap-4.2.2-8.0.8
php-mysql-4.2.2-8.0.8
php-ldap-4.2.2-8.0.8
interestingly enough...when I do a rpm -qa | grep httpd I get:
httpd-2.0.40-8
httpd-2.0.44-1.8.0
httpd-manual-2.0.40-8
redhat-config-httpd-1.0.1-13
Which I think is wrong because I shouldn't have 2 versions of apache...anyway...my problem is .... after I updated php...apache won't start and gives me:
Starting httpd: httpd: module "/usr/src/build/271435-i386/BUILD/php-4.2.2/sapi/apache2filter/sapi_apache2.c" is not compatible with this version of Apache (found 20020628, need 20020903).
Please contact the vendor for the correct version.
[FAILED]
I looked all over the net for solutions...and I could only find a few pages with inconclusive results...
One of them was:
but I don't really understand what the users did to fix their copies...and why my httpd is still broken.
Thanks in advance.
-ben