From:             [EMAIL PROTECTED]
Operating system: Linux
PHP version:      4.1.2
PHP Bug Type:     *Compile Issues
Bug description:  GD shared module not linked w/ libgd.a

>From PHP error log:

PHP Warning:  Unable to load dynamic library
'/usr/lib/php/extensions/gd.so' - /usr/lib/php/extensions/gd.so: undefined
symbol: gdImageCreateFromWBMP in Unknown on line 0

Possible solution (worked here): After ./configure, hand edited
ext/gd/libs.mk and inserted -lgd in "link" step of module compilation.
-- 
Edit bug report at http://bugs.php.net/?id=16706&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16706&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16706&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16706&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16706&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16706&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16706&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16706&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16706&r=submittedtwice

Reply via email to