php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32285 can't complie with gd
Submitted: 2005-03-12 01:51 UTC Modified: 2005-03-20 18:12 UTC
From: admin at cuttinthebutter dot com Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 5.0.3 OS: Mac OS X 10.3.8/Darwin
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: admin at cuttinthebutter dot com
New email:
PHP Version: OS:

 

 [2005-03-12 01:51 UTC] admin at cuttinthebutter dot com
Description:
------------
Trying to compile using the following configurations
--prefix=/Library/PHP5  --with-gd --enable-soap --with-curl=/Library/CURL --with-curlwrappers --with-zlib --with-xml --with-mysql=/Library/MySQL --with-apxs2=/Library/Apache2/bin/apxs

I recieve the following errors on make.
ld: Undefined symbols:
_gdFreeFontCache
_gdImageBoundsSafe

I have installed libpng, libjpeg and t1lib. I installed GD seperatly and used --with-gd=/Library/GD and received just:
ld: Undefined symbols:
_gdFreeFontCache

I have looked everywhere for anybody else having this issue and the only results showed bug reports from 4.1.x with the same.

Actual result:
--------------
ld: Undefined symbols:
_gdFreeFontCache
_gdImageBoundsSafe

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-03-12 14:41 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip


 [2005-03-20 18:12 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 23 02:01:30 2024 UTC