ID:               22722
 Updated by:       [EMAIL PROTECTED]
 Reported By:      libser at manas dot kg
-Status:           Open
+Status:           Feedback
 Bug Type:         GD related
 Operating System: FreeBSD 4.8-RC
 PHP Version:      4.3.2RC1
 New Comment:

You mention 2 different GD versions, where are they installed? Both
under /usr/local ? Or other one under /usr/ perhaps? 

Try using the bundled GD library. (use just '--with-gd')



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

[2003-03-15 01:55:50] libser at manas dot kg

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 this bug report at http://bugs.php.net/?id=22722&edit=1

Reply via email to