ID: 21466 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: *Compile Issues Operating System: RedHat Linux PHP Version: 4.3.0 New Comment:
When you get 'configure: error: zziplib module requires zzlib >= 0.10.6' Open the file called config.log and look at the text at the very bottom of the file. There should be a reason indicating why test for zzlib had failed, please include that text in your reply. Previous Comments: ------------------------------------------------------------------------ [2003-01-06 11:25:22] [EMAIL PROTECTED] 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 this bug report at http://bugs.php.net/?id=21466&edit=1
