From Bugzilla Helper: User-Agent: Mozilla/4.75 [en] (X11; U; Linux 2.2.16-22 i686) I upgraded a server running Red Hat 7.0 i386 to 7.1, using the ISO images from the FTP site. The php package (php-4.0.4pl1-9) installs a /usr/lib/apache/libphp4.so that is incompatible with the supplied apache package (apache-1.3.19-5). If the php package is installed, when apache is started, it says "success" even though the httpd has in fact silently exited. If you remove the /usr/lib/apache/libphp4.so file, Apache will start up properly. It appears that php must have been built against the wrong release of apache. If I rebuild php from the SRPM (php-4.0.4pl1-9.src.rpm) using "rpm -ba", and install the resulting php package, apache starts up correctly and mod_php works. Reproducible: Always Steps to Reproduce: 1. Install php and apache 2. "service apache start" 3. apache is not running
Fixed in current errata