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
 [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: Wed May 01 08:01:28 2024 UTC