Justtechjobs.com Find a programming school near you






Online Campus Both


php-developer-list | 2000101

[PHP-DEV] PHP 4.0 Bug #7190 Updated: make dies in gd From: Bug Database (php-dev <email protected>)
Date: 10/14/00

ID: 7190
Updated by: sniper
Reported By: rberkowitz <email protected>
Status: Feedback
Bug Type: *Install and Config
Assigned To:
Comments:

If you don't need GD extension you can use --without-gd.
(And since 4.0.4 it won't be enabled by default anymore.)

But if you do need GD ext then I suggest you find every
gd*.h and libgd.* from your system, delete all of them and
recompile/install GD lib from scratch. Then do make clean in
the php4 source directory and reconfigure and compile / install php.

--Jani

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

[2000-10-13 12:57:15] rberkowitz <email protected>
configured with: --with-mysql --with-apache=../apache_1.3.12 --enable-track-vars

Error as follows:

gd.c: In function `php_if_imagecreatefromgif':
gd.c:552: `gdImageCreateFromGif' undeclared (first use in this function)
gd.c:552: (Each undeclared identifier is reported only once
gd.c:552: for each function it appears in.)
gd.c: In function `php_if_imagegif':
gd.c:709: `gdImageGif' undeclared (first use in this function)
make[3]: *** [gd.lo] Error 1
make[3]: Leaving directory `/usr/local/src/php-4.0.3/ext/gd'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/php-4.0.3/ext/gd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/php-4.0.3/ext'
make: *** [all-recursive] Error 1

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

Full Bug description available at: http://bugs.php.net/?id=7190

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>