php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17244 --with-gd=php doesn't work
Submitted: 2002-05-15 07:24 UTC Modified: 2002-06-03 21:13 UTC
From: mfischer@php.net Assigned: sniper (profile)
Status: Closed Package: GD related
PHP Version: 4.0CVS-2002-05-15 OS: Linux
Private report: No CVE-ID: None
 [2002-05-15 07:24 UTC] mfischer@php.net
 ./configure --prefix=/home/mfischer/php4 --with-gd=php --with-zlib 

always produces

ext/gd/libgd/gd_ss.o: In function `gdImagePngToSink':
/home/mfischer/isrc/cvs/php4/ext/gd/libgd/gd_ss.c:23: undefined reference to `gdImagePngCtx'
ext/gd/libgd/gd_ss.o: In function `gdImageCreateFromPngSource':
/home/mfischer/isrc/cvs/php4/ext/gd/libgd/gd_ss.c:33: undefined reference to `gdImageCreateFromPngCtx'
ext/gd/libgd/gd_topal.o: In function `gdImageTrueColorToPalette':
/home/mfischer/isrc/cvs/php4/ext/gd/libgd/gd_topal.c:1577: undefined reference to `gdImagePng'
collect2: ld returned 1 exit status
make: *** [php] Error 1

at the end of the linking stage.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-03 17:54 UTC] sniper@php.net
I'm working on this one..
 [2002-06-03 21:13 UTC] sniper@php.net
This bug has been fixed in CVS. You can grab a snapshot of the
CVS version at http://snaps.php.net/. In case this was a documentation 
problem, the fix will show up soon at http://www.php.net/manual/.
In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites.
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 15:01:28 2024 UTC