Entry
Cannot load /etc/httpd/lib/apache/libphp4.so into server: /etc/httpd/lib/apache/libphp4.so: cannot open shared object file: No such file or directory
Jan 13th, 2006 13:47
Christian Roy, Ockham Razer,
I had this same error on my setup.
The architecture was x86_64 (Double Xeon HT Server).
I had installed apache2 using the i386 RPM distribution.
I had compiled PHP from source. PHP had detected the x86_64 system.
Using PHP as module when compiled for a different system than apache
will cause this error.
I solved my problem by uninstalling apache2 and re-installing the x86_64
RPM version of apache2.
I hope this helps.