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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 02:01:32 2024 UTC