I have a Debian server and I want to install the intl extension through pecl.
intl
pecl
During the installation it asks me:
"
Installing g++ sudo apt-get install g++ before sudo ./pecl install intl did the trick for me.
sudo apt-get install g++
sudo ./pecl install intl