php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7414 gzgets not found, but it's in libz.a
Submitted: 2000-10-23 15:40 UTC Modified: 2000-10-27 04:40 UTC
From: support at oeko dot net Assigned:
Status: Closed Package: Zlib related
PHP Version: 4.0.3pl1 OS: Linux
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:
21 - 11 = ?
Subscribe to this entry?

 
 [2000-10-23 15:40 UTC] support at oeko dot net
./configure --with-zlib fails:
checking for gzgets in -lz... no
configure: error: Zlib module requires zlib >= 1.0.9.
$ dpkg -l | grep -i zlib
ii  zlib1g              1.1.3-5             compression library - runtime
ii  zlib1g-dev          1.1.3-5             compression library - development



nm shows that the function is present. Don't know why configure can't find it.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-25 17:42 UTC] sr@php.net
Have a look at the end of your config.log, there should be the full error message of the compiler/linker, why the zlib test compile fails.

Often there are unresolved dependencies from libraries used by other extensions (which don't do a test compile run), so if a fix isn't obviously through looking at the end of config.log, please update this bug report with the error of the zlib test compile from config.log and your complete (!) configure line.
 [2000-10-27 04:40 UTC] sr@php.net
Problem disappeared in newer version.

Closed by user request.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 20:01:29 2024 UTC