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
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 — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
43 + 47 = ?
Subscribe to this entry?

 
 [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: Sun Jun 16 02:01:29 2024 UTC