php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5379 `gdImageCreateFromGif' undeclared
Submitted: 2000-07-05 16:26 UTC Modified: 2000-07-12 20:18 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: beast at infomedia dot lt Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.0 OS: linux (redgat6.1)
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: beast at infomedia dot lt
New email:
PHP Version: OS:

 

 [2000-07-05 16:26 UTC] beast at infomedia dot lt
I follow all manuals, dcumentation and FAQ.
but can't compile

php: php-4.0.1pl2
apahce: 1.3.12 & 1.3.9
linux: redhat 6.1
kernel: 2.2.14

I try:
./configure --with-mysql --with-config-file-path=/usr/local/Apache/conf --with-apache=../apache_1.3.12 --enable-track-vars
or
./configure --with-mysql --with-apxs

that's work.
but:

make:

 * * *

make[2]: Leaving directory `/dist/tmp2/php-4.0.1pl2/ext/db'
Making all in gd
make[2]: Entering directory `/dist/tmp2/php-4.0.1pl2/ext/gd'
make[3]: Entering directory `/dist/tmp2/php-4.0.1pl2/ext/gd'
gcc -DHAVE_CONFIG_H -I. -I/dist/tmp2/php-4.0.1pl2/ext/gd -I/dist/tmp2/php-4.0.1pl2 -I/dist/tmp2/php-4.0.1pl2/main -I/dist/tmp2/apache_1.3.12/src/include -I/dist/tmp2/apache_1.3.12/src/os/unix -I/dist/tmp2/php-4.0.1pl2/Zend -I/dist/tmp2/php-4.0.1pl2 -I/dist/tmp2/php-4.0.1pl2/ext/mysql/libmysql -I/dist/tmp2/php-4.0.1pl2/ext/xml/expat/xmltok -I/dist/tmp2/php-4.0.1pl2/ext/xml/expat/xmlparse  -DXML_BYTE_ORDER=12 -g -O2  -c gd.c && touch gd.lo
gd.c: In function `php_if_imagecreatefromgif':
gd.c:472: `gdImageCreateFromGif' undeclared (first use in this function)
gd.c:472: (Each undeclared identifier is reported only once
gd.c:472: for each function it appears in.)
gd.c: In function `php_if_imagegif':
gd.c:629: `gdImageGif' undeclared (first use in this function)
make[3]: *** [gd.lo] Error 1
make[3]: Leaving directory `/dist/tmp2/php-4.0.1pl2/ext/gd'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/dist/tmp2/php-4.0.1pl2/ext/gd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/dist/tmp2/php-4.0.1pl2/ext'
make: *** [all-recursive] Error 1


(maybe I make something worng?)
waiting for response, thanks

Beast
beast@infomedia.lt

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-12 20:18 UTC] sterling at cvs dot php dot net
configure --without-gd
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 01 14:01:31 2024 UTC