You should install dev version of libpcre3:
sudo apt-get install libpcre3-dev.
Make sure php5-dev is installed.
sudo apt-get install php5-dev
Esta extensão » PECL não é distribuída junto com o PHP.
Informações para instalar essa extensão PECL pode ser encontrada no capítulo Instalação de Extensões PECL. Informações adicionais como novas versões, downloads, arquivos fontes, manutenções e CHANGELOG podem ser encontrados aqui: » https://pecl.php.net/package/SPL_Types.
Uma DLL para esse extensão PECL não está disponível. Veja compilando no Windows section.
You should install dev version of libpcre3:
sudo apt-get install libpcre3-dev.
Make sure php5-dev is installed.
sudo apt-get install php5-dev
I did run into one problem while installing this extension on 5.5.3, Ubuntu 12.04, and that was the missing libpcre3. Once I installed the lib the install went fine.
sudo apt-get install libpcre3
sudo pecl install SPL_Types