ID: 30392 User updated by: streetrulez at cnh dot at Reported By: streetrulez at cnh dot at -Status: Feedback +Status: Closed Bug Type: GD related Operating System: Debian Woody PHP Version: 4.3.9 New Comment:
after doing make clean and reconfiguring php with: './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' '--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' gd now works fine :) thx derick! Previous Comments: ------------------------------------------------------------------------ [2004-10-11 09:57:12] [EMAIL PROTECTED] Try to use the bundled GD library, which you do by using just --with-gd ------------------------------------------------------------------------ [2004-10-11 09:47:45] streetrulez at cnh dot at 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 this bug report at http://bugs.php.net/?id=30392&edit=1
