ID: 13786
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Bogus
Bug Type: GD related
Operating System: All
PHP Version: 4.0.6
New Comment:

Not a PHP problem. Ask support questions on the mailing 
lists: http://www.php.net/support.php


Previous Comments:
------------------------------------------------------------------------

[2001-10-22 08:53:18] [EMAIL PROTECTED]

the gd extension is aware of this and will only use image formats supported by your 
installed gd

what might happen in your case is that you have
an older GD version or at least its header files
installed in a default path like /usr aka. /usr/include
so that the test compilation done by configure uses
these instead of those in the path you gave in the
--with-gd option ?

------------------------------------------------------------------------

[2001-10-22 08:34:28] [EMAIL PROTECTED]

New GD version 1.8.4 not support Gif images. 
ext/gd/gd.c not know about this yet and want create Gif images.

Configure line:
./configure --with-apxs=apxs  
--prefix=/home/akss/work/psa/release//usr/local/psa/apache    --with-system-regex  
--with-config-file-path=/usr/local/psa/apache/conf  --disable-debug  --disable-pear  
--enable-sockets --enable-track-vars 
--with-mysql=/home/akss/work/psa/release/dist/usr/local/psa/mysql  
--with-iodbc=/home/akss/work/psa/release/lib/libiodbc 
--with-imap=/home/akss/work/psa/release/lib/imap-cclient 
--with-gd=/home/akss/work/psa/release/lib/gd


Was getted compilation error:
[akss@goody gd]$ pmake
/bin/sh /home/akss/work/psa/apache/work/php/libtool --silent --mode=compile gcc  -I. 
-I/home/akss/work/psa/apache/work/php/ext/gd 
-I/home/akss/work/psa/apache/work/php/main -I/home/akss/work/psa/apache/work/php 
-I/home/akss/work/psa/release/lib/libiodbc/include 
-I/home/akss/work/psa/release/dist/usr/local/psa/apache/include 
-I/home/akss/work/psa/apache/work/php/Zend 
-I/home/akss/work/psa/release/lib/gd/include/gd 
-I/home/akss/work/psa/release/lib/imap-cclient/include 
-I/home/akss/work/psa/release/dist/usr/local/psa/mysql/include/mysql 
-I/home/akss/work/psa/release/lib/libiodbc/include 
-I/home/akss/work/psa/apache/work/php/ext/xml/expat/xmltok 
-I/home/akss/work/psa/apache/work/php/ext/xml/expat/xmlparse 
-I/home/akss/work/psa/apache/work/php/TSRM  -DHARD_SERVER_LIMIT=2048 
-DDEFAULT_PATH="/usr/local/psa/apache/bin:/bin:/usr/bin" -DLINUX=22 -DMOD_SSL=208103 
-DMOD_PERL -DUSE_PERL_SSI -DUSE_HSREGEX -DEAPI -DEAPI_MM -DUSE_EXPAT -DSUPPORT_UTF8 
-DXML_BYTE_ORDER=12 -g -O2  -c gd.c
gd.c: In function `php_if_imagegif':
gd.c:1404: `gdImageGif' undeclared (first use in this function)
gd.c:1404: (Each undeclared identifier is reported only once
...


------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=13786&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]

Reply via email to