ID:               33141
 Updated by:       [EMAIL PROTECTED]
 Reported By:      liamr at umich dot edu
-Status:           Open
+Status:           Assigned
 Bug Type:         GD related
 Operating System: Linux 2.4.28
 PHP Version:      4.3.11
-Assigned To:      
+Assigned To:      moriyoshi


Previous Comments:
------------------------------------------------------------------------

[2005-05-25 18:25:00] liamr at umich dot edu

Description:
------------
The gd module can include undefined references to the following
symbols..

         U libiconv
         U libiconv_close
         U libiconv_open

If compiled as a shared module, it can only load if something else w/ a
libiconv dependency has loaded before it.  On systems where GD detects
libconv during configuration, -liconv should be added to
GD_SHARED_LIBADD so the runtime linker can resolve those symbols.

It looks like libiconv is only mentioned in gdkanji.c, but I had the
same problem regardless of whether I built php with
--enable-gd-jis-conv or not.



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=33141&edit=1

Reply via email to