Cannot compile PHP8.0

#1
Php8.0 is out, so I want to give it a try
I stuck at this error
Compile error - iconv dose not support errno
Googled the bug and it seem someone had posted it on php.net earlier
Answer from cmb@php.net:
As of PHP 8.0.0, iconv implementation which do not support errno
(i.e. non POSIX conforming implementations) are no longer
supported. Either you glic iconv does not support errno, or that
support is wrongly detected.

Consider to install and use libiconv.


I checked my iconv version:
Code:
# iconv --version
answer is
Code:
iconv (GNU libiconv 1.16)
so it is all set, dont't know how to trouble shoot this problem
Untitled1.jpg
 
Top