I had the same problem with php-4.1.1 and gd-1.8.4

I finally succeded by installing all the libs again: zlib-1.1.3,
libpng-1.2.1, libjpeg-v6b, freetype-2.0.6,
libgd-1.8.4 and finally php-4.1.1.
There where no more gif-errormessages any more (speak: configure realised,
ther is no gif-support)
Now it works fine.

Good luck


"Kae Verens" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> 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]

Reply via email to