Hi Stuart, Am 01.08.2013 um 10:45 schrieb Stuart Henderson <[email protected]>: > Does "env LD_DEBUG=1 php-5.3" give any clues? (expect about 10 screenfuls of > output).
obviously gd.so fails to load a dependency <snap> […] examining: '/usr/local/lib/php-5.3/modules/gd.so' loading: libfreetype.so.19.0 required by /usr/local/lib/php-5.3/modules/gd.so dlopen: failed to open libfreetype.so.19.0 unload_shlib called on /usr/local/lib/php-5.3/modules/gd.so unload_shlib unloading on /usr/local/lib/php-5.3/modules/gd.so dlopen: /usr/local/lib/php-5.3/modules/gd.so: done (failed). PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php-5.3/modules/gd.so' - Cannot load specified object in Unknown on line 0 </snap> The file that it is trying to load is world readable and also matching my systems arch: $ ls -la /usr/X11R6/lib/libfreetype.so.19.0 -r--r--r-- 1 root bin 547838 Feb 28 00:29 /usr/X11R6/lib/libfreetype.so.19.0 $ file /usr/X11R6/lib/libfreetype.so.19.0 /usr/X11R6/lib/libfreetype.so.19.0: ELF 32-bit LSB shared object, Intel 80386, version 1, for OpenBSD, dynamically linked, not stripped Rgds, Thomas
