Click to See Complete Forum and Search --> : PHP5 won't make, iconv errors


radley25
05-30-2004, 09:16 PM
With any configuration, I always get this error when trying to 'make' PHP 5.0.0RC2:

/home/.aegyptos/radley25/php-5.0.0RC2/ext/iconv/iconv.c: In function `zm_startup_miconv':
/home/.aegyptos/radley25/php-5.0.0RC2/ext/iconv/iconv.c:191: `_libiconv_version' undeclared (first use in this function)
/home/.aegyptos/radley25/php-5.0.0RC2/ext/iconv/iconv.c:191: (Each undeclared identifier is reported only once
/home/.aegyptos/radley25/php-5.0.0RC2/ext/iconv/iconv.c:191: for each function it appears in.)
make: *** [ext/iconv/iconv.lo] Error 1


Does anybody have an idea on what this is?

goldbug
05-31-2004, 03:11 AM
Mandatory question: You sure you already have the iconv libraries installed ? :D

radley25
05-31-2004, 03:20 AM
Aah.. I've figured it out. My tarball was corrupt! All I had to do was re-download the file. Thanks anyways!