I just recently installed Apache 2.0.53 and PHP 4.3.11. I recompiled both as follows:
Apache /usr/local/apache2/bin/apactl stop ./configure --enable-ssl --prefix=/usr/local/apache2.0.53 make make install PHP './configure' '--enable-so' '--enable-filepro' '--with-mysql' '--with-apxs2=/usr/local/apache2.0.53/bin/apxs' '--with-config=/usr/local/lib' '--with-gd' '--with-jpeg-dir=/usr/local/lib' '--with-zlib-dir=/usr/local/lib' make make install libtool --finish /root/php-4.3.11/libs then ran /usr/local/apache2.0.53/bin/apachectl stop /usr/local/apache2.0.53/bin/apachectl start My phpinfo() is still reading 4.3.10 and showing the configure line from when I installed it before: ./configure' '--enable-so' '--enable-filepro' '--with-mysql' '--with-apxs2=/usr/local/apache2/bin/apxs' '--with-config=/usr/local/lib' '--with-gd' '--with-jpeg-dir=/usr/local/lib' '--with-zlib-dir=/usr/local/lib' I even checked the md5sum of /usr/local/apach2.0.53/modules/libphp4.so and /root/php-4.3.11/libs/libphp4.so to make sure it is the same file in my modules. Any ideas?