php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4361 Configure script fumbles bunches of options
Submitted: 2000-05-09 16:37 UTC Modified: 2000-08-21 13:05 UTC
From: pcw at sunset dot net Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0.16 OS: RedHat Linux 2.2.13
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: pcw at sunset dot net
New email:
PHP Version: OS:

 

 [2000-05-09 16:37 UTC] pcw at sunset dot net
Configure script seems to fumble several options.  I have libz installed, and it comes back with

"checking for compress in -lz ...   no"

an "nm libz.a" (or .so) finds compress is indeed available in the library.

Same is true for GD with JPEG support:

"checking for gdImageCreateFromJpeg in -lgd...   no"

when nm finds it OK.  The only corrlation is perhaps that the first symbols found by nm for each of these are unresolved (U), and only later resolved (T).

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-15 14:52 UTC] sas at cvs dot php dot net
Search for "checking for compress"  in config.log. You will see a bunch of error messages there. These will give you a hint why the check failed. Please post these error messages and the compiler line.
 [2000-08-20 23:39 UTC] joey@php.net
Closing, no feedback.
 [2000-08-21 13:05 UTC] sniper@php.net
Closed. 

--Jani
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Wed Jul 01 12:00:01 2026 UTC