php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #60750 --with-libxml-dir is not respected
Submitted: 2012-01-13 20:26 UTC Modified: 2012-01-13 20:43 UTC
From: naox at o2 dot pl Assigned:
Status: Closed Package: *Compile Issues
PHP Version: 5.3.9 OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: naox at o2 dot pl
New email:
PHP Version: OS:

 

 [2012-01-13 20:26 UTC] naox at o2 dot pl
Description:
------------
# ls /usr/libxml2-2.7.8
./  ../  bin/  include/  lib/  share/


# ls /usr/libxml2-2.7.8/bin/
./  ../  xml2-config*  xmlcatalog*  xmllint*

none works:
./configure --with-libxml-dir=/usr/libxml2-2.7.8
./configure --with-libxml-dir=/usr/libxml2-2.7.8/bin/
./configure --with-libxml-dir=/usr/libxml2-2.7.8/include/
./configure --with-libxml-dir=/usr/libxml2-2.7.8/lib/



checking libxml2 install dir... /usr/libxml2-2.7.8/bin/
checking for xml2-config path... (cached) /usr/bin/xml2-config
checking whether libxml build works... (cached) yes
checking for xml2-config path... (cached) /usr/bin/xml2-config
checking whether libxml build works... (cached) yes
checking for xml2-config path... (cached) /usr/bin/xml2-config
checking whether libxml build works... (cached) yes
checking for xml2-config path... (cached) /usr/bin/xml2-config
checking whether libxml build works... (cached) yes
checking for xml2-config path... (cached) /usr/bin/xml2-config
checking whether libxml build works... (cached) yes
checking for xml2-config path... (cached) /usr/bin/xml2-config
checking whether libxml build works... (cached) yes



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-01-13 20:43 UTC] naox at o2 dot pl
cached... clean source dir did the trick
 [2012-01-13 20:43 UTC] naox at o2 dot pl
-Status: Open +Status: Closed
 [2012-01-13 22:26 UTC] jose dot nobile at gmail dot com
before ./configure, run rm -f ../config.cache; rm -f config.cache
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 21:01:30 2024 UTC