ID:               39089
 Updated by:       [EMAIL PROTECTED]
 Reported By:      suhachov at gmail dot com
-Status:           Open
+Status:           Assigned
 Bug Type:         *Compile Issues
 Operating System: Linux FC
 PHP Version:      5.1.6
-Assigned To:      
+Assigned To:      pajoye


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

[2006-10-09 12:59:34] suhachov at gmail dot com

Thanx, I know. But sometimes even glibc becomes updated...

And I think it's very confusing behavior - to allow use "--with-iconv"
(for PHP itself) and don't allow to used GD compiled with the same
iconv...

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

[2006-10-09 09:46:25] [EMAIL PROTECTED]

Linux has libiconv bundled into glibc, no need for external libraries.

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

[2006-10-09 08:43:24] suhachov at gmail dot com

Description:
------------
1. cd gd-2.0.33
2. ./configure --with-iconv-prefix=/path/to/iconv \
 --prefix=/path/to/gd \
 ...
3. make
4. make install
5. cd ../php-5.1.6
6. ./configure --with-gd=/path/to/gd \
  --with-iconv=/path/to/iconv \
  ...
# (fails on GD tests with compile errors: 
#   unresolved symbol libiconv_open ...)
# adding LDFLAGS="-L/path/to/iconv -liconv" to ./configure 
# solves this  problem, but adds another one: 
# HAVE_DLOPEN becomes undefined: #undef HAVE_DLOPEN.

I've solved this problem with removing "--with-iconv-prefix" from GD,
but it broke my heart :)




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


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

Reply via email to