php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10739 Zlib compile fails
Submitted: 2001-05-08 18:32 UTC Modified: 2001-06-10 21:24 UTC
From: phil dot cohen at lsbc dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.5 OS: Red Hat 7.1
Private report: No CVE-ID: None
 [2001-05-08 18:32 UTC] phil dot cohen at lsbc dot com
Zlib fails to compile even though it is properly installed. 

configure: error: Zlib module requires zlib >= 1.0.9.

[root@websmith php-4.0.5]# rpm -qa |  grep zlib
zlib-1.1.3-22
zlib-devel-1.1.3-22

Bug 8575 says;
[2001-04-10 09:45:37] sniper@php.net

No feedback. If this happens with soon to be released PHP 4.0.5 too, reopen this bug
report.

--Jani

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-08 18:36 UTC] phil dot cohen at lsbc dot com
My compile options follow:

./configure \
--prefix=/usr/local/php \
--disable-debug \
--enable-shared \
--enable-inline-optimization \
--with-apxs=/usr/sbin/apxs \
--with-gd \
--with-jpeg-dir=/usr \
--with-png \
--with-zlib \
--with-db2 \
--with-db3 \
--with-gdbm \
--disable-debug \
--enable-sockets \
--enable-sysvsem \
--enable-sysvshm \
--enable-track-vars \
--enable-yp \
--enable-ftp \
--enable-wddx \
--with-mysql \
--with-xml \
--disable-short-tags \
--enable-trans-sid \
--with-imap \
--with-mcrypt \ 
--with-mhash \
--enable-bcmath \
--with-ttf \
--with-t1lib \ 
--with-pgsql \
--with-ldap
 [2001-05-08 18:43 UTC] sniper@php.net
There is more likely something else that fails.
Check the config.log file for more info.

--Jani

 [2001-05-09 09:02 UTC] chagenbu@php.net
I get the same thing, and the common link seems to be IMAP - somewhere between revision 1.27 and the current version of ext/imap/config.m4, the build was broken such that it doesn't add the right include paths - the zlib test compile fails because the mm_* callbacks that libc-client expects to find aren't defined in any of the included headers.

I'll try and dig up a config.log message later if this doesn't ring a bell for someone.
 [2001-05-16 02:49 UTC] sniper@php.net
And how does the PHP 4.0.6RC1 work for you?

--Jani

 [2001-05-16 02:50 UTC] sniper@php.net
Forgot the url to that RC:

http://www.php.net/~andi/php-4.0.6RC1.tar.gz



 [2001-06-10 21:24 UTC] jmoore@php.net
No feedback. Closing.

- James
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 02:01:30 2024 UTC