PHP 8 install on Debian 10 iconv not found Error message: error: iconv does not support errno Solution wget http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.16.tar.gz tar zxvf libiconv-* cd libiconv* ./configure make && make install