I'm compiling with:

./configure --with-apxs --with-mysql=/usr --with-mcrypt=/usr/local/lib/ --wi
th-imap=/home/redhat/SOURCES/imap-2001a/ --with-imap-ssl=/usr/local/ssl --wi
th-dba --with-gd --with-jpeg-dir=/usr/local/lib --with-zlib-dir=/usr/local/l
ib --enable-gd-native-ttf --with-png-dir=/usr/local/lib

This worked fine with 4.3.1 and in 4.3.2 it configures fine, but under
make...

ext/gd/gd.lo: In function `zm_deactivate_gd':
/home/src/php-4.3.2/ext/gd/gd.c:382: undefined reference to
`gdFreeFontCache'
ext/gd/gd.lo: In function `zif_imagecolorat':
/home/src/php-4.3.2/ext/gd/gd.c:1855: undefined reference to
`gdImageBoundsSafe'
/home/src/php-4.3.2/ext/gd/gd.c:1863: undefined reference to
`gdImageBoundsSafe'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1

Any ideas?

TIA. ;o)



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

Reply via email to