From: xueyonghua at gmail dot com Operating system: Red Hat Enterprise linux AS 4 PHP version: 4CVS-2005-09-16 (stable) PHP Bug Type: PHP options/info functions Bug description: an error occurs when I configured php4.4.0 with --with-zip
Description: ------------ zziplib version is 10.0.82 php4.4.0 Reproduce code: --------------- ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-java=/j2sdk1.4.2/ --with-mysql=/usr/local/mysql --with-gd=../gd-1.8.4 --with-zlib=/usr/local --with-png-dir=/usr/local --with-iconv=/usr/local --with-ming --enable-sockets --enable-ftp --enable-xml --disable-debug --with-sybase=/usr/local/sybase/OCS-12_5/ --with-zip Expected result: ---------------- checking for fpclass... (cached) no checking for isinf... (cached) yes checking for isnan... (cached) yes checking whether atof() accepts NAN... (cached) yes checking whether atof() accepts INF... (cached) yes checking whether HUGE_VAL == INF... (cached) yes checking whether HUGE_VAL + -HUGEVAL == NAN... (cached) yes checking for libswf support... no checking for Sybase support... yes checking for dnet_addr in -ldnet_stub... (cached) no checking for tdsdbopen in -lsybdb... (cached) no checking for Sybase-CT support... no checking whether to enable System V IPC support... no checking whether to enable System V semaphore support... no checking whether to enable System V shared memory support... no checking whether to enable tokenizer support... yes checking whether to enable WDDX support... no checking whether byte ordering is bigendian... (cached) no checking whether to enable XML support... yes checking external libexpat install dir... no checking for XMLRPC-EPI support... no checking libexpat dir for XMLRPC-EPI... yes checking iconv dir for XMLRPC-EPI... yes checking whether to enable xslt support... no checking for XSLT Sablotron backend... no checking for libexpat dir for Sablotron XSL support... no checking for iconv dir for Sablotron XSL support... no checking for JavaScript for Sablotron XSL support... no checking for YAZ support... no checking whether to include YP support... no checking for ZIP support... yes checking for zzip_open in -lzzip... no configure: error: zziplib module requires zzlib >= 0.10.6. Actual result: -------------- # ls -al /usr/local/lib/libzzip* lrwxrwxrwx 1 root root 20 Sep 14 15:48 /usr/local/lib/libzzip-0.so.10 -> libzzip-0.so.10.0.82 -rwxr-xr-x 1 root root 22237 Sep 14 15:48 /usr/local/lib/libzzip-0.so.10.0.82 -rw-r--r-- 1 root root 21066 Sep 14 15:48 /usr/local/lib/libzzip.a -rwxr-xr-x 1 root root 714 Sep 14 15:48 /usr/local/lib/libzzip.la lrwxrwxrwx 1 root root 20 Sep 14 15:48 /usr/local/lib/libzzip.so -> libzzip-0.so.10.0.82 lrwxrwxrwx 1 root root 24 Sep 14 15:48 /usr/local/lib/libzzipwrap-0.so.10 -> libzzipwrap-0.so.10.0.82 -rwxr-xr-x 1 root root 6668 Sep 14 15:48 /usr/local/lib/libzzipwrap-0.so.10.0.82 -rw-r--r-- 1 root root 3016 Sep 14 15:48 /usr/local/lib/libzzipwrap.a -rwxr-xr-x 1 root root 768 Sep 14 15:48 /usr/local/lib/libzzipwrap.la lrwxrwxrwx 1 root root 24 Sep 14 15:48 /usr/local/lib/libzzipwrap.so -> libzzipwrap-0.so.10.0.82 configure: error: zziplib module requires zzlib >= 0.10.6. -- Edit bug report at http://bugs.php.net/?id=32505&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=32505&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=32505&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=32505&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=32505&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=32505&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=32505&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=32505&r=needscript Try newer version: http://bugs.php.net/fix.php?id=32505&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=32505&r=support Expected behavior: http://bugs.php.net/fix.php?id=32505&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=32505&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=32505&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=32505&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=32505&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=32505&r=dst IIS Stability: http://bugs.php.net/fix.php?id=32505&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=32505&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=32505&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=32505&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=32505&r=mysqlcfg
