php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27718 useing external GD library cause compile failure
Submitted: 2004-03-26 10:59 UTC Modified: 2004-03-26 17:26 UTC
From: ascott at casdn dot neu dot edu Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.3.5RC4 OS: Linux 2.4.20
Private report: No CVE-ID: None
 [2004-03-26 10:59 UTC] ascott at casdn dot neu dot edu
Description:
------------
Newest version of php (4.3.5) fails to compile. Error appears to occur a link time, if I remember correctly "symbol no found gdImageWBMP". Most likely this is because I am useing an old version of gd (1.2). It _did_ compile, and work with version 4.3.4. I have worked around this by copying the old ext/gd source from 4.3.4 to 4.3.5.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-03-26 13:27 UTC] iliaa@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately you are not using a current version of PHP -- 
the problem might already be fixed. Please download a new
PHP version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.

Please use the bundled GD library. 
 [2004-03-26 15:27 UTC] ascott at casdn dot neu dot edu
I had downloaded and _am_ useing the latest version. The bug report menu didn't have php-4.3.5 as an option, so I used the most recent version that the options menu allowed, which was 4.3.5RC4. BTW, this form doesn't allow me to change the php version either.

The reason I'm not useing the built in gd library is that the older version (1.2) allows one to use gif's. I know this is an anathema, but I have clients that still use the gif capability.
 [2004-03-26 17:26 UTC] iliaa@php.net
If you want gif support download the patch for bundled GD 
from using your favorite search engine. 
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Mon Apr 27 04:00:01 2026 UTC