php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15179 php cannot find zlib when configuring
Submitted: 2002-01-23 04:12 UTC Modified: 2002-01-23 04:32 UTC
From: carlo at parknet dot co dot za Assigned:
Status: Not a bug Package: Zlib related
PHP Version: 4.1.1 OS: Redhat 7.1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
33 + 42 = ?
Subscribe to this entry?

 
 [2002-01-23 04:12 UTC] carlo at parknet dot co dot za
I am trying to install mysql-3.23.47-pc-gnu-i686 ; apache-1.3.22 and php-4.1.1 when I type # ]./configure --with-mysql=../mysql --with-apxs=/www/apache/bin/apxs --with-zl
ib=/usr/lib

I get this warning:
checking for crypt in -lcrypt... yes

Configuring extensions
checking if the location of ZLIB install directory is defined... no
checking whether to include ZLIB support... yes
configure: error: Cannot find libz

And this causes apache not to start

Please help me I have serched and found similar problems but not many if any solutions.  I am also in a learning process in linux

Thank you

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-01-23 04:31 UTC] yohgaki@php.net
Please ask support question to php-general@lists.php.net 
or php-install@lists.php.net.
 [2002-01-23 04:32 UTC] edink@php.net
1. Make sure you have zlib and zlib-devel packages installed.
2. Use --with-zlib=/usr

Reopen if this does not help.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 21:01:29 2024 UTC