php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8946 configure could not find libxml library
Submitted: 2001-01-26 19:27 UTC Modified: 2001-01-29 18:17 UTC
From: goku at 1speedcom dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.4pl1 OS: FreeBSD 4.2-STABLE
Private report: No CVE-ID: None
 [2001-01-26 19:27 UTC] goku at 1speedcom dot com
./configure --with-xml --with-dom=/usr/local/lib

checking whether to enable the bundled dbase library... no
checking for DOM support... yes
checking for DOM in default path... not found
configure: error: Please reinstall the libxml >= 2.2.7 distribution

pkg_info -a | grep libxml:

libxml2-2.2.11

pkg_info -L libxml2-2.2.11:

/usr/local/lib/libxml2.a
/usr/local/lib/libxml2.so
/usr/local/lib/libxml2.so.5

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-29 18:17 UTC] sniper@php.net
Fixed in CVS. Thank you for noticing this! 

(libxml.a|so is in some systems named as libxml2.a|so)

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 13:01:30 2024 UTC