ID: 16252 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Compile Failure Operating System: FreeBSD 4.5 PHP Version: 4.1.2 New Comment:
How does php 4.2.0 rc 1 work for you (www.php.net/~derick)? Derick Previous Comments: ------------------------------------------------------------------------ [2002-03-25 04:32:10] [EMAIL PROTECTED] I tried to compile php with xmlrpc on FreeBSD 4.5 in which iconv and libiconv packages are installed and got the error messages says that cannot find symbol name 'iconv_open', 'iconv', 'iconv_close' in ext/xmlrpc/libxmlrpc/encodings.c I found out that 'make' tries to link libgiconv while encodings.c includes iconv.h In FB4.5, I think encodings.c should include not "iconv.h" but "ginconv.h" After fixing like this, all goes well. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=16252&edit=1
