From:             sterngeborener at web dot de
Operating system: SuSE 8.1
PHP version:      4.3.2
PHP Bug Type:     GD related
Bug description:  Unable to load dynamic library

We compiled GD into PHP 4.2.2 and all seems to work fine, the GDlib
actually works via Apache, but if I start php via command line I get the
message:

PHP Warning:  Unknown(): Unable to load dynamic library
'/usr/share/extensions/no-debug-non-zts-20020429/gd.so' -
/usr/share/extensions/no-debug-non-zts-20020429/gd.so: undefined symbol:
gdImagePngCtx in Unknown on line 0

Running "/sbin/ldconfig -v | grep gd" shows "libgd.so.4 -> libgd.so.4.0.0"
too, so the libgd seems to be found. Still I got the warning and can't use
functions like ImageCreate in the php file anymore etc.


-- 
Edit bug report at http://bugs.php.net/?id=24035&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24035&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24035&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24035&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24035&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24035&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24035&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24035&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24035&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24035&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24035&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24035&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24035&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24035&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24035&r=gnused

Reply via email to