From:             michael at epimorphic dot com
Operating system: Linux Red Hat 7.3
PHP version:      4.3.0
PHP Bug Type:     Compile Failure
Bug description:  -liconv missing from EXTRA_LIBS in Makefile

PROBLEM

With PHP 4.3.0 and libiconv-1.8, ./configure ... succeeds, but compile
fails right at the end, complaining that various references related to
iconv are undefined.

FIX (hack)

Add -liconv to EXTRA_LIBS in the Makefile.

PHP CONFIGURE:

./configure --with-pear --with-curl --with-gettext --with-iconv
--with-mcrypt --with-mhash --with-openssl --with-pspell --with-zlib
--with-imap --with-imap-ssl --with-mm --with-xslt-sablot=/usr/local
--with-sablot-js=/usr/local --enable-mime-magic --enable-sockets
--enable-wddx --enable-xslt --with-java --with-expat-dir=/usr/local/
--with-xmlrpc --with-config-file-path=/etc --enable-magic-quotes 
--with-apxs=/usr/sbin/apxs --with-mysql=/usr/local/mysql
-- 
Edit bug report at http://bugs.php.net/?id=22281&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22281&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22281&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22281&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22281&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22281&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22281&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22281&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22281&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22281&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22281&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22281&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22281&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22281&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22281&r=gnused

Reply via email to