ID:               37333
 Updated by:       [EMAIL PROTECTED]
 Reported By:      werner at seneweb dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Compile Failure
 Operating System: Slackware 10.2
 PHP Version:      5.1.4
 New Comment:

>But even switching off libiconv, the error in php consists,
Which means that you're iconv is bundled into the glibc, while the
headers are from GNU libiconv.
Which is clearly not PHP bug.


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

[2006-05-06 20:27:59] werner at seneweb dot com

But even switching off libiconv, the error in php consists, 
and the php developpers should verify and repear the calls 
of libiconv, so that it can be used.

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

[2006-05-06 20:25:03] werner at seneweb dot com

Yes, naturally I unstalled libiconv before I tried another 
version, without sucess, then cames the same error 
messages.

As said, meanwhile I resolved for my own use the broblem, 
by including --without-iconv --without-libiconv  into 
the ./configure  instruction.

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

[2006-05-06 14:38:13] [EMAIL PROTECTED]

All linuxes I know of come with libiconv bundled into the glibc code.
I'm not sure about Slackware, but please try to uninstall GNU libiconv
at all, it should work fine with the bundled one.

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

[2006-05-06 14:24:53] werner at seneweb dot com

Yes, and I also tried it with install other versions 
libiconv 1.9.1 , 1.9.2 , .tgz  and with .tar.gz 
re-compiling too,  but all them gave the same kind of error 
messages.   Currently I resolved it, compiling php 5.1.4 
with ./configure --without-iconv --without-libiconv ...  
then its compiling/installing/running without problems.  
All this indicates, that it is the programming interface to 
libiconv inside php 5 what is wrong (probably, the correct 
types of the parameters in the libiconv call) and should be 
re-programmed.

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

[2006-05-06 09:05:29] [EMAIL PROTECTED]

Doesn't Slackware have libiconv bundled into the glibc?

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

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/37333

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

Reply via email to