From: [EMAIL PROTECTED] Operating system: RedHat Linux PHP version: 4.3.0 PHP Bug Type: *Compile Issues Bug description: configure bug in XSLT/Sablotron and Zip options
Hi guys, I perhaps found a "mystery" bug in ./configure process... check out when I try: CFLAGS='-O2 -I/usr/local/ssl/include/openssl/' \ ./configure \ --with-apache=../apache_1.3.27 \ --with-mysql \ --enable-track-vars \ --enable-ftp \ --with-gettext \ --with-imap=/usr/lib \ --with-pdflib=/usr/local \ --enable-static-pdflib \ --with-gd \ --with-tiff-dir=/usr/lib \ --with-jpeg-dir=/usr/lib \ --with-png-dir=/usr/lib \ --with-zlib-dir=/usr/include \ --enable-xslt \ --with-xslt-sablot \ --with-zip I got an error message: configure: error: zziplib module requires zzlib >= 0.10.6. zzlib version 0.10.66 I has installed on my system in path: /usr/local/lib when I kick out options: --enable-xslt AND --with-xslt-sablot then the configure process done OK. When kick out --with-zip AND leave there both --enable-xslt AND --with-xslt-sablot then the configure done OK again. The problem is when together: --enable-xslt \ --with-xslt-sablot \ --with-zip On my home server RedHat 8.0 everything OK, on the production server RedHat 7.1 + upgrades I found this "bug". Feedback please. Regards Lubo Kopacek, Slovakia -- Edit bug report at http://bugs.php.net/?id=21466&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=21466&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=21466&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=21466&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=21466&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=21466&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=21466&r=support Expected behavior: http://bugs.php.net/fix.php?id=21466&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=21466&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=21466&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=21466&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21466&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=21466&r=dst IIS Stability: http://bugs.php.net/fix.php?id=21466&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=21466&r=gnused
