From:             js at enradia dot com
Operating system: gentoo 2.6.9
PHP version:      5.0.3
PHP Bug Type:     *Configuration Issues
Bug description:  iconv path is locked to /usr/local

Description:
------------
I cannot override the iconv path with either: 
--with-iconv-dir=/new/path 
or 
--with-iconv=/new/path 
 
(the configure file seem to either accept both or are 
unclear as to which is needed)   
 
 
 

Reproduce code:
---------------

my configure statement is like this:
--prefix="/new/path" \
--with-config-file-path="/new/path/etc" \
--with-zlib-dir="/new/path/include" \
--with-libxml-dir="/new/path" \
--enable-sockets \
--enable-wddx \
--with-iconv-dir=/stuff/code/php-module \
--with-iconv="/new/path" \
--with-xsl="/new/path" \
--with-expat-dir="/new/path" \
--with-gd \
--with-gd-native-ttf \
--with-jpeg-dir="/new/path" \
--with-png-dir=/new/path \
--with-xmlrpc="/new/path" \
--with-zlib  \
--enable-discard-path


Expected result:
----------------
 

Actual result:
--------------
My config breaks with: 
checking libexpat install dir... no 
checking whether libxml build works... (cached) yes 
checking for XMLRPC-EPI support... yes 
checking libexpat dir for XMLRPC-EPI... /new/path 
checking iconv dir for XMLRPC-EPI... /usr/local 
configure: error: iconv not found, in order to build 
xmlrpc you need the iconv library 

-- 
Edit bug report at http://bugs.php.net/?id=31224&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=31224&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=31224&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=31224&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=31224&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=31224&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=31224&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=31224&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=31224&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=31224&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=31224&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=31224&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=31224&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=31224&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=31224&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=31224&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=31224&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=31224&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=31224&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=31224&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=31224&r=mysqlcfg

Reply via email to