ID: 15894 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed Bug Type: Compile Failure Operating System: Linux PHP Version: 4.0.6 New Comment:
This is fixed in CVS. (fix will be included in 4.2.0 release) --Jani Previous Comments: ------------------------------------------------------------------------ [2002-03-06 07:11:04] [EMAIL PROTECTED] Newer versions of libxml2 have an instalation path that is different that the one that php looks for. libxml2 version 2.4.2 at least (either tarball or rpm) installs itself in /usr/include/libxml while newer versions like 2.4.10 and after (I don't know the exact version when the change happened) installs itself in /usr/include/libxml2/libxml The problem is that php in it's configure script looks for $PHP_DOM/include/libxml/tree.h when --with-dom option is on, what was fine at least with 2.4.2, but fails miserably with 2.4.10. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=15894&edit=1