php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24424 Complains about libxml even when not compiling with XML
Submitted: 2003-06-30 15:29 UTC Modified: 2003-10-15 04:01 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:2 (100.0%)
From: liz at xcalibur dot demon dot co dot uk Assigned:
Status: Not a bug Package: PHP options/info functions
PHP Version: 5.0.0b1 (beta1) OS: linux 2.4.20
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: liz at xcalibur dot demon dot co dot uk
New email:
PHP Version: OS:

 

 [2003-06-30 15:29 UTC] liz at xcalibur dot demon dot co dot uk
Description:
------------
./configure --with-mysql=/usr/bin --with-apache=/usr/src/web/apache_1.3.27 --enable-discard-path --enable-track-vars --disable-debug --enable-dbase --enable-trans-sid --enable-inline-optimization --enable-ftp --enable-sockets --with-imap --with-imap-ssl=/usr/include/openssl --enable-libgcc --disable-ipv6 --enable-exif --with-gd --with-jpeg-dir=/usr/local/bin --with-zlib-dir=/usr/local/lib --enable-dio --enable-gd-native-ttf --enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-wddx --enable-yp

This is a script Ive used to compile PHP for a while.  However, how, I noticed as its doing its config it seems to get upset. It says.

checking for OpenSSL support... no
checking for ZLIB support... no
checking if the location of ZLIB install directory is defined... /usr/local/lib

### Please note, I asked for for ZLIB support, yet it decides NO and then STILL goes on to find it.

checking for gzgets in -lz... yes
checking whether to enable bc style precision math functions... no
checking for BZip2 support... no
checking whether to enable calendar conversion support... no
checking for cpdflib support... no
checking for CRACKlib support... no
checking whether to enable ctype functions... yes
checking for CURL support... no
checking if we should use CURL for url streams... no
checking for xDBM support... no
checking whether to enable DBA... no
checking for GDBM support... no
checking for NDBM support... no
checking for Berkeley DB4 support... no
checking for Berkeley DB3 support... no
checking for Berkeley DB2 support... no
checking for DBM support... no
checking for CDB support... no
checking for INI File support... no
checking for FlatFile support... no
checking whether to enable DBA interface... no
checking whether to enable dbase support... yes
checking whether to enable dbx support... no
checking whether to enable direct I/O support... yes
checking for new DOM support... yes
not found
configure: error: Please reinstall the libxml >= 2.4.14 distribution
make: *** No targets specified and no makefile found.  Stop.

At this point, it dies, I dont want XML support, I dont use, nor am I likely to use XML..

Expected result:
----------------
I expected it to build, as the system has recent enoguh components that Im trying to use and install.

Actual result:
--------------
PHP wont compile.

This is not acceptible to be forced to compile in or upgrade parts of my system I dont want PHP to use.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-10-15 04:01 UTC] sniper@php.net
Just use --disable-all (and enable what you really need)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 10:01:29 2024 UTC