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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: support at oeko dot net
New email:
PHP Version: OS:

 

 [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: Tue Apr 23 08:01:30 2024 UTC