php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15686 xml2-config not used
Submitted: 2002-02-23 06:01 UTC Modified: 2002-03-09 16:38 UTC
From: generica at email dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.1.1 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: generica at email dot com
New email:
PHP Version: OS:

 

 [2002-02-23 06:01 UTC] generica at email dot com
at ./configure, xml2-config is not used to get xml2 libs.  Instead, just "-lxml2 -L/path/to/xml2dir" is used.  This means that if xml2 is configured with pthread support, nothing after the xml2 section of ./configure will compile.  For me, this showed up when detecting jpeg support.  Instead of using "-lxml2 -L/path/to/xml2dir", obviously `xml2-config --libs` should be used.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-09 16:38 UTC] sniper@php.net
Fixed in CVS. Fix will be in PHP 4.2.0

--Jani

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Aug 29 01:00:03 2025 UTC