From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.0.6 PHP Bug Type: Compile Failure Bug description: libxml2 instalation path has changed, --with-dom fails
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 bug report at http://bugs.php.net/?id=15894&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=15894&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=15894&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=15894&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=15894&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=15894&r=support Expected behavior: http://bugs.php.net/fix.php?id=15894&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=15894&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=15894&r=submittedtwice