From:             liz at xcalibur dot demon dot co dot uk
Operating system: linux  2.4.20
PHP version:      5.0.0b1 (beta1)
PHP Bug Type:     PHP options/info functions
Bug description:  Complains about libxml even when not compiling with XML

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.

-- 
Edit bug report at http://bugs.php.net/?id=24424&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24424&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24424&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24424&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24424&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24424&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24424&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24424&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24424&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24424&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24424&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24424&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24424&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24424&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24424&r=gnused

Reply via email to