From:             libser at manas dot kg
Operating system: FreeBSD 4.8-RC
PHP version:      4.3.2RC1
PHP Bug Type:     GD related
Bug description:  make failed with --with-gd

Good day,

FreeBSD 4.8-RC, Apache 2.0.44, PHP 4.3.2RC1

#pkg_info | grep gd
gd-1.8.4_6 A graphics library for fast image creation
gd-2.0.1_3 A graphics library for fast creation of images

./configure \
--prefix=/usr/local/php4 \
--with-apxs2=/usr/local/sbin/apxs \
--with-zlib=/usr \
--with-mysql=/usr/local \
--with-gettext=/usr/local \
--with-mm=/usr/local \
--with-imap=../imap \
--with-imap-ssl \
--enable-ftp \
--with-expat=/usr/local \
--with-mcrypt=/usr/local \
--with-mcal=/usr/local \
--with-openssl \
--with-dom=/usr/local \
--with-iconv=/usr/local \
--enable-mime-magic \
--with-xml=/usr/local \
--enable-mbstring \
--with-tsrm-pth \
--with-gd=/usr/local

Here is the error message after running `make`:

ext/gd/gd.lo: In function `zm_deactivate_gd':
/usr/tmp/complete_new/php-4.3.2RC1/ext/gd/gd.c:380: undefined reference to
`gdFreeFontCache'
*** Error code 1

Stop in /usr/tmp/complete_new/php-4.3.2RC1.

PHP 4.3.0 with the same configure options compiles just fine.

Thank you.
Roman
-- 
Edit bug report at http://bugs.php.net/?id=22722&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22722&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22722&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22722&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22722&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22722&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22722&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22722&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22722&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22722&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22722&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22722&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22722&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22722&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22722&r=gnused

Reply via email to