Re: [phplib] GD problemssss From: nathan r. hruby (nhruby <email protected>)
Date: 09/29/00

You seem to have gd-1.8+

php seems to be looking for gd-1.3

Try doing a "make distclean" and then a "./configure --with-gd "and then a
"make" and see what happened.

If you ran a ./configure, then updated your gd and now are running a new
./configure, the newer ./configure will get the old gd settings from it's
cache and try to incorrectly compile gd-1.3..

This would happen verily easily on a redhat machine becasue they ship
gd-1.3 and everything else in the world wants gd-1.8 now. It's possible
to have upgraded gd and not known it (though apache would have dies at the
next startup unless you staticlly link gd into the php binary..)

-n

On 29 Sep 2000, Sanlong Irvan wrote:

>
> Hi,
> I'm very tired trying to fix this .. please help
> I've got this error during compilation of php4.0.2
>
> gd.c: In function `php_if_imagecreatefromgif':
> gd.c:500: `gdImageCreateFromGif' undeclared (first use in this function)
> gd.c:500: (Each undeclared identifier is reported only once
> gd.c:500: for each function it appears in.)
> gd.c: In function `php_if_imagegif':
> gd.c:657: `gdImageGif' undeclared (first use in this function)
> make[3]: *** [gd.lo] Error 1
> make[3]: Leaving directory `/usr/local/src/php-4.0.2/ext/gd'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/usr/local/src/php-4.0.2/ext/gd'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/local/src/php-4.0.2/ext'
> make: *** [all-recursive] Error 1
>
> Please replt asap.
>
> Thanks
> Irvan
>
>
>
>
> -------------------------------------------------------------
> Sign up for ICQmail at http://www.icq.com/icqmail/signup.html
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: phplib-unsubscribe <email protected>
> For additional commands, e-mail: phplib-help <email protected>
>

-- 
........
nathan hruby
Webmaster: UGA Department of Drama and Theatre
Project Maintainer: phpSlash, Carousel
nhruby <email protected>
........

--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>