ID: 16823 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: *Configuration Issues Operating System: Solaris 8 PHP Version: 4.2.0 New Comment:
The native iconv support on Solaris is in libc. I saw the configure will check /usr/include/iconv.h and iconv in libc, c_r, pthread in PHP 4.1.2, but doesn't find the same code in the configure of 4.2.0. It seems there is no libiconv.a on Solaris 8. Previous Comments: ------------------------------------------------------------------------ [2002-04-25 21:39:51] [EMAIL PROTECTED] Please check config.log for more information. This might be totally unrelated to iconv. ------------------------------------------------------------------------ [2002-04-25 08:05:05] [EMAIL PROTECTED] ./configure --with-iconv=/usr on Solaris 8 failed in PHP 4.2.0, it is ok in PHP 4.1.2 4.2.0: ----- checking for iconv support... yes configure: error: Please reinstall the iconv library. 4.1.2: ----- checking for iconv support... yes checking for iconv_open in -lc... (cached) yes ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=16823&edit=1