I tried to update PHP on my Redhat machine, but now apache does no longer display php pages.
When starting apache I see these messages in the error.log :
[Mon Feb 27 14:01:16 2006] [notice] core dump file size limit raised to 4294967295 bytes
[Mon Feb 27 14:01:17 2006] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/20050922/domxml.so' - /usr/lib/20050922/domxml.so: cannot open shared object file: No such file or directory in Unknown on line 0
No log handling enabled - turning on stderr logging
Creating directory: /var/net-snmp
Failed to create the persistent directory for /var/net-snmp/snmpapp.conf
read_config_store open failure on /var/net-snmp/snmpapp.conf
Creating directory: /var/net-snmp
Failed to create the persistent directory for /var/net-snmp/snmpapp.conf
read_config_store open failure on /var/net-snmp/snmpapp.conf
Creating directory: /var/net-snmp
Failed to create the persistent directory for /var/net-snmp/snmpapp.conf
read_config_store open failure on /var/net-snmp/snmpapp.conf
[Mon Feb 27 14:01:17 2006] [notice] Digest: generating secret for digest authentication ...
[Mon Feb 27 14:01:17 2006] [notice] Digest: done
[Mon Feb 27 14:01:17 2006] [notice] LDAP: Built with OpenLDAP LDAP SDK
[Mon Feb 27 14:01:17 2006] [notice] LDAP: SSL support unavailable
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/20050922/domxml.so' - /usr/lib/20050922/domxml.so: cannot open shared object file: No such file or directory in Unknown on line 0
[Mon Feb 27 14:01:18 2006] [notice] mod_python: Creating 4 session mutexes based on 150 max processes and 0 max threads.
[Mon Feb 27 14:01:18 2006] [notice] Apache/2.0.52 (Red Hat) configured -- resuming normal operations
Any ideas ?