ID: 21466
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: Open
Bug Type: *Compile Issues
Operating System: RedHat Linux
PHP Version: 4.3.0
New Comment:
here is last 11 lines from config.log:
configure: failed program was:
#line 75949 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char zzip_open();
int main() {
zzip_open()
; return 0; }
Previous Comments:
------------------------------------------------------------------------
[2003-01-06 16:25:47] [EMAIL PROTECTED]
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.
------------------------------------------------------------------------
[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