ID: 12948 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Compile Failure Operating System: FreeBSD 4.3-RELEASE PHP Version: 4.0.6 New Comment: You have conflicting GD libraries/headers in your system. Or the GD library provided is buggy. Not a PHP problem. Previous Comments: ------------------------------------------------------------------------ [2001-08-24 11:42:34] [EMAIL PROTECTED] It would appear that the configuraton utility looks for the function gdImageCreateFromGif in the gd library and uses this to set a compiler directive HAVE_GD_GIF which is used in #ifdefs protecting references to both this function and also gdImageGif. Thus if the gd library (and include files) have gdImageCreateFromGif but not gdImageGif, the file gd.c will fail to compile. This the case when building the FreeBSD port of mod_php4 with GD support selected from a FreeBSD ports tree updated today. Regards, Jim Hatfield ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=12948&edit=1 -- PHP Development 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]