Skip to content

Instantly share code, notes, and snippets.

@zoonderkins
Created December 29, 2020 03:05
Show Gist options
  • Save zoonderkins/e0af58697d54df57d3be6ab8ffc575f0 to your computer and use it in GitHub Desktop.
Save zoonderkins/e0af58697d54df57d3be6ab8ffc575f0 to your computer and use it in GitHub Desktop.
PHP 8 on Debian 10 iconv not found

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment