ID: 16706 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback -Bug Type: *Compile Issues +Bug Type: GD related Operating System: Linux PHP Version: 4.1.2 New Comment:
Did you search the bug database before submitting this report? Anyway, you propably have two or more different versions of GD in your system and as the GD does not have any working way to find out what the version of the library is and what it actually supports, you need to make sure you only have the one library and the correct header files for it in your system with which you wish to compile PHP with. Try removing every instance of libgd.* and gd.h in your system and reinstall the correct version. Previous Comments: ------------------------------------------------------------------------ [2002-04-19 15:16:09] [EMAIL PROTECTED] >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 this bug report at http://bugs.php.net/?id=16706&edit=1