php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7190 make dies in gd
Submitted: 2000-10-13 12:57 UTC Modified: 2000-11-01 12:26 UTC
From: rberkowitz at phoenixdsl dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.3 OS: Redhat 6.2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: rberkowitz at phoenixdsl dot com
New email:
PHP Version: OS:

 

 [2000-10-13 12:57 UTC] rberkowitz at phoenixdsl dot com
configured with: --with-mysql --with-apache=../apache_1.3.12 --enable-track-vars

Error as follows:

gd.c: In function `php_if_imagecreatefromgif':
gd.c:552: `gdImageCreateFromGif' undeclared (first use in this function)
gd.c:552: (Each undeclared identifier is reported only once
gd.c:552: for each function it appears in.)
gd.c: In function `php_if_imagegif':
gd.c:709: `gdImageGif' undeclared (first use in this function)
make[3]: *** [gd.lo] Error 1
make[3]: Leaving directory `/usr/local/src/php-4.0.3/ext/gd'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/php-4.0.3/ext/gd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/php-4.0.3/ext'
make: *** [all-recursive] Error 1

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-14 20:36 UTC] sniper@php.net
If you don't need GD extension you can use --without-gd.
(And since 4.0.4 it won't be enabled by default anymore.)

But if you do need GD ext then I suggest you find every
gd*.h and libgd.* from your system, delete all of them and 
recompile/install GD lib from scratch. Then do make clean in 
the php4 source directory and reconfigure and compile / install php. 

--Jani

 [2000-11-01 12:26 UTC] sniper@php.net
No feedback.

 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Fri Jul 03 17:00:02 2026 UTC