This happens when you have an old version of GD installed on your system. The header files from this old version are picked up by PHP and it thinks your library has GIF support. Do a "locate gd.h" and see how many of those show up on your server. Then get rid of the old gd install, rm config.cache and try again.
-Rasmus On Fri, 25 Jan 2002, Kae Verens wrote: > I've been tackling this problem for a few days now (it's essential to a > project I'm working on). > > I'm trying to install PHP4.1.1 with gd support. I have the latest gd > installed (2.0.1 - same problem with 1.8.4), and always come across the same > problems > > After configuring, a "make >/dev/null" returns these error messages: > ======================================== > gd.c: In function `zif_imagecreatefromgif': > gd.c:1203: `gdImageCreateFromGif' undeclared (first use in this function) > gd.c:1203: (Each undeclared identifier is reported only once > gd.c:1203: for each function it appears in.) > gd.c: In function `zif_imagegif': > gd.c:1432: `gdImageGif' undeclared (first use in this function) > make[3]: *** [gd.lo] Error 1 > make[2]: *** [all-recursive] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all-recursive] Error 1 > ======================================== > > But - gd doesn't have any .gif functions, so why are these included in the > PHP distro? > > I've been thinking of simply deleting the references from the source, but > don't know if that will break anything - any ideas? > > Kae > > > > -- > PHP Install Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > To contact the list administrators, e-mail: [EMAIL PROTECTED] > -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]