From:             streetrulez at cnh dot at
Operating system: Debian Woody
PHP version:      4.3.9
PHP Bug Type:     GD related
Bug description:  relocation error: gd.so: undefined  symbol: gdFreeFontCache

Description:
------------
Hi!

After I compiled php-4.3.9 (without any compiler erros) with the configure
settings from above, make and make install, I added these lines to my
php.ini file to load the shared modules:

extension=mysql.so
extension=mcal.so
extension=curl.so
extension=domxml.so
extension=imap.so
extension=ldap.so
extension=mhash.so
extension=recode.so
extension=snmp.so
extension=sybase_ct.so
extension=dbg.so
extension=gd.so

I restarted apache (1.3.26) and it works fine on .html or .htm files. But
the first time browsed to a .php file Apache crashed! I looked in
/var/log/apache/error.log and found this: 

/usr/sbin/apache: relocation error: /usr/lib/php/20020429-debug/gd.so:
undefined
 symbol: gdFreeFontCache


Does anyone have an idee to fix the problem and how to get the gd-lib
running?

THX for help :)

greetings, street
(http://193.171.62.103/phpinfo.php)

Reproduce code:
---------------
'./configure' '--prefix=/usr' '--with-apxs=/usr/bin/apxs'
'--with-regex=php' '--with-config-file-path=/etc/php4/apache'
'--disable-rpath' '--enable-debug' '--enable-memory-limit'
'--enable-calendar' '--enable-sysvsem' '--enable-sysvshm'
'--enable-track-vars' '--enable-trans-sid' '--enable-bcmath' '--with-bz2'
'--enable-ctype' '--with-db2' '--with-iconv' '--with-ndbm' '--enable-exif'
'--enable-filepro' '--enable-ftp' '--with-gettext' '--enable-mbstring'
'--enable-shmop' '--enable-sockets' '--enable-wddx' '--with-xml=/usr'
'--with-expat-dir=/usr' '--enable-yp' '--with-zlib' '--without-pgsql'
'--disable-static' '--with-layout=GNU'
'--with-curl=shared,/usr/include/curl' '--with-dom=shared,/usr'
'--with-zlib-dir=/usr' '--with-gd=shared,/usr'
'--with-jpeg-dir=shared,/usr' '--with-xpm-dir=shared,/usr/X11R6'
'--with-png-dir=shared,/usr' '--with-freetype-dir=shared,/usr'
'--with-imap=shared,/usr' '--with-ldap=shared,/usr'
'--with-mcal=shared,/usr' '--with-mhash=shared,/usr' '--with-mm'
'--with-mysql=shared,/usr' '--with-recode=shared,/usr'
'--with-snmp=shared' '--enable-ucd-snmp-hack'
'--with-sybase-ct=shared,/usr' '--with-ttf=shared,/usr'
'--with-t1lib=shared,/usr'


-- 
Edit bug report at http://bugs.php.net/?id=30392&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=30392&r=trysnapshot4
Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=30392&r=trysnapshot50
Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=30392&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=30392&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=30392&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=30392&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=30392&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=30392&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=30392&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=30392&r=notwrong
Not enough info:             http://bugs.php.net/fix.php?id=30392&r=notenoughinfo
Submitted twice:             http://bugs.php.net/fix.php?id=30392&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=30392&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=30392&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=30392&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=30392&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=30392&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=30392&r=float
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=30392&r=mysqlcfg

Reply via email to