Hi there,

Just a question,

Have you actually run phpinfo() to see if your vendor supplied PHP rpms come with gd support or not??? On my SuSe 8.1, phpinfo() contains the following bits about gd:

__gd__
GD Support enabled
GD Version 1.6.2 or higher
FreeType Support enabled
FreeType Linkage with freetype
T1Lib Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled

Chances are that you already have what you are looking for.

loki#



[EMAIL PROTECTED] wrote:
Hi PHP-List,


after re-compiling my new and stable version of php-4.3.0-dev on a redhat 7.3 box
I compilied this version in order to use the benefits of gd with the following compiling options:

./configure --prefix=/usr/local/php_stable7 ... --with-gd=/usr ...

and when I run make I will get the following error report:

ext/gd/gd.o: In function `zif_imagecolormatch':
/usr/src/php4-STABLE-200212061230/ext/gd/gd.c:751: undefined reference to `gdImageColorMatch'
ext/gd/gd.o: In function `zif_imagerotate':
/usr/src/php4-STABLE-200212061230/ext/gd/gd.c:1022: undefined reference to `gdImageRotate'
ext/gd/gd.o: In function `zif_imagecreatefromstring':
/usr/src/php4-STABLE-200212061230/ext/gd/gd.c:1237: undefined reference to `gdImageCreateFromGifCtx'
ext/gd/gd.o: In function `zif_imagecreatefromgif':
/usr/src/php4-STABLE-200212061230/ext/gd/gd.c:1393: undefined reference to `gdImageCreateFromGifCtx'
/usr/src/php4-STABLE-200212061230/ext/gd/gd.c:1393: undefined reference to `gdImageCreateFromGif'
ext/gd/gd.o: In function `_php_image_convert':
/usr/src/php4-STABLE-200212061230/ext/gd/gd.c:3602: undefined reference to `gdImageCreateFromGif'
collect2: ld returned 1 exit status

How can I govern this?

Oliver

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to