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
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: goku at 1speedcom dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Thu Oct 10 09:01:26 2024 UTC