PJofT35 Posted April 13, 2009 Share Posted April 13, 2009 Hello, I have recently reinstalled php5 and apache2 on my Ubuntu 8.10 server, and stuff *seems* to be working somewhat correctly--at least Jinzora music streaming does. However, many scripts will simply not work, and a white screen will display when opened in a browser. They had worked prior to the reinstall, and they will still work (sans image functions) when the extension=gd.so is commented out in /etc/php5/apache2filter/php.ini. Apache's error log says: /usr/sbin/apache2: symbol lookup error: /usr/lib/php5/20060613+lfs/gd.so: undefined symbol: gdFontCacheShutdown Can anyone see the problem? I tried reinstalling php5-gd...the output of phpinfo is here. The output of ldd /usr/lib/php5/20060613+lfs/gd.so is: linux-gate.so.1 => (0xb8023000) libgd.so.2 => /usr/local/lib/libgd.so.2 (0xb7fb6000) libt1.so.5 => /usr/lib/libt1.so.5 (0xb7f5f000) libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb7ee8000) libX11.so.6 => /usr/lib/libX11.so.6 (0xb7df9000) libXpm.so.4 => /usr/lib/libXpm.so.4 (0xb7de9000) libpng12.so.0 => /usr/lib/libpng12.so.0 (0xb7dc3000) libz.so.1 => /usr/lib/libz.so.1 (0xb7dad000) libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb7d8d000) libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7c2e000) libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7c08000) libxcb-xlib.so.0 => /usr/lib/libxcb-xlib.so.0 (0xb7c05000) libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb7bec000) libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7be8000) /lib/ld-linux.so.2 (0xb8024000) libXau.so.6 => /usr/lib/libXau.so.6 (0xb7be4000) libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb7bdf000) Thank you for your time and support. Link to comment https://forums.phpfreaks.com/topic/153930-solved-problems-with-gdso/ Share on other sites More sharing options...
PJofT35 Posted April 14, 2009 Author Share Posted April 14, 2009 Anyone have any ideas? I had tried to manually compile it before, but I think I had removed all traces of gd before installing from repos... Thank you! Link to comment https://forums.phpfreaks.com/topic/153930-solved-problems-with-gdso/#findComment-810128 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.