php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15894 libxml2 instalation path has changed, --with-dom fails
Submitted: 2002-03-06 07:11 UTC Modified: 2002-03-06 07:18 UTC
From: lcalero at ociojoven dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.6 OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: lcalero at ociojoven dot com
New email:
PHP Version: OS:

 

 [2002-03-06 07:11 UTC] lcalero at ociojoven dot com
  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.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-06 07:18 UTC] sniper@php.net
This is fixed in CVS. (fix will be included in 4.2.0 release)

--Jani

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 28 08:00:03 2025 UTC