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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Tue Jun 11 03:01:29 2024 UTC