ID:               33141
 Updated by:       [EMAIL PROTECTED]
 Reported By:      liamr at umich dot edu
 Status:           Open
 Bug Type:         GD related
 Operating System: Linux 2.4.28, Solaris 10
 PHP Version:      5.0.4, 4.3.11, 5.1.0RC1
 Assigned To:      moriyoshi
 New Comment:

Also by using --disable-mbstring it will work fine..



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

[2005-08-19 13:07:07] [EMAIL PROTECTED]

And as suggested, adding -liconv to EXTRA_LIBS in Makefile by hand
fixes the problem.

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

[2005-08-19 12:47:58] tuupola at appelsiini dot net

Same problem with Solaris 10 and the latest snapshot
(php5-200508190830).

./configure --with-apxs=/usr/local/apache/bin/apxs --with-zlib
--with-jpeg-dir --with-png-dir
--with-config-file-path=/usr/local/apache/conf --with-gd
--with-freetype-dir=/usr/sfw --enable-gd-native-ttf --with-pgsql
--with-dom --enable-mbstring --with-xmlrpc

Make dies with:

Undefined                       first referenced
 symbol                             in file
libiconv_close                      ext/gd/libgd/.libs/gdkanji.o
libiconv_open                       ext/gd/libgd/.libs/gdkanji.o
libiconv                            ext/gd/libgd/.libs/gdkanji.o
ld: fatal: Symbol referencing errors. No output written to
sapi/cli/php
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1

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

[2005-06-28 00:00:32] ntoge at amber dot plala dot or dot jp

With php5-200506272030 exact the same problem as my posting of Jun 12
is recurring. BTW, when I do grep on ./configure --help, I get -
[php5-200506272030]$ ./configure --help | grep iconv
  --without-iconv[=DIR]   Exclude iconv support
  --with-iconv-dir=DIR      XMLRPC-EPI: iconv dir for XMLRPC-EP
tony2001, are you saying that you are not seeing this, or this option
actually is null? This option is not helping resolve the problem
anyways, though.

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

[2005-06-27 01:13:06] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip

Can't reproduce.
Also there is no '--with-iconv-lib' option neither in 5.x, nor in 4.3
branch.

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

[2005-06-12 15:29:42] ntoge at amber dot plala dot or dot jp

Having a similar problem with php 5.1b1 on linux 2.6.11.11 (or
2.6.11.12) with gcc 3.3.2 or 3.4.1.

With
$ ./configure  --with-apxs2=/usr/sbin/apxs
--with-mysql=/usr/local/mysql --with-tidy --enable-mbstring
--enable-mbregex --enable-zend-multibyte --with-zlib-dir=/usr/lib
--with-gd --with-iconv-lib=/usr/local/lib

Make dies with an undefined reference error on libiconv_open, called
from ./ext/gd/libgd/gdkanji.c, although libiconv v.1.9.2 does live in
/usr/local/lib.

A quick work-around is to append -liconv in the definition of
EXTRA_LIBS within Makefile, which allows make to proceed. The php
module built that way works just fine. So I suspect a sort of a subtle
bug with ./configure, but do not know what it is.

Strangely, this problem never happened to me with php versions up to
5.0.4.

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/33141

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

Reply via email to