From: [EMAIL PROTECTED] Operating system: Linux version 2.4.18-10 PHP version: 4CVS-2002-10-02 PHP Bug Type: Compile Failure Bug description: iconv functions missing
Hello, I cannot compile anymore the current CVS version with --with-xmlrpc. It failed with some iconv functions. I currently used the iconv 2.2.5 The 'make' failed here : ext/xmlrpc/libxmlrpc/encodings.o: In function `convert': /home/paj/projects/php4/ext/xmlrpc/libxmlrpc/encodings.c:62: undefined reference to `libiconv_open' /home/paj/projects/php4/ext/xmlrpc/libxmlrpc/encodings.c:73: undefined reference to `libiconv' /home/paj/projects/php4/ext/xmlrpc/libxmlrpc/encodings.c:93: undefined reference to `libiconv_close' collect2: ld returned 1 exit status make: *** [sapi/cgi/php-cgi] Error 1 The compilation works fine without xmlrpc. Tell me if you need more informations. hth pa -- Edit bug report at http://bugs.php.net/?id=19717&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=19717&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=19717&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=19717&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=19717&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=19717&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=19717&r=support Expected behavior: http://bugs.php.net/fix.php?id=19717&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=19717&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=19717&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=19717&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19717&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=19717&r=dst