php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #75871 xml2-config no longer shipped in Debian, breaks XML extension
Submitted: 2018-01-24 21:51 UTC Modified: 2018-02-08 11:38 UTC
From: bugs dot php dot net at majkl578 dot cz Assigned: pmmaga (profile)
Status: Closed Package: Compile Failure
PHP Version: 7.2.2RC1 OS: Debian
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: bugs dot php dot net at majkl578 dot cz
New email:
PHP Version: OS:

 

 [2018-01-24 21:51 UTC] bugs dot php dot net at majkl578 dot cz
Description:
------------
Debian no longer ships xml2-config binary as of libxml2 2.9.7+dfsg-1, pkg-config should be used instead. See changelog entry: https://tracker.debian.org/news/898687

Test script:
---------------
./configure --disable-all --enable-xml --enable-libxml

Expected result:
----------------
success

Actual result:
--------------
configure failure

checking whether to enable LIBXML support... yes
checking libxml2 install dir... no
checking for xml2-config path... 
configure: error: xml2-config not found. Please check your libxml2 installation.

Patches

Pull Requests

Pull requests:

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-01-25 22:01 UTC] pmmaga@php.net
-Status: Open +Status: Assigned -Assigned To: +Assigned To: pmmaga
 [2018-02-08 11:38 UTC] pmmaga@php.net
-Status: Assigned +Status: Closed
 [2018-02-08 11:38 UTC] pmmaga@php.net
The fix for this bug has been committed.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.

Fixed by commit: http://git.php.net/?p=php-src.git;a=commit;h=5673c641dc30610e7e2fcca2e9b61761e4608ffc
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Nov 21 14:01:29 2024 UTC