Faça o seguinte:
apt-get install php5-imap
No entanto, não está ativado por padrão, portanto, ative-o com:
php5enmod imap
Em seguida, devolva o apache:
service apache2 restart
Feito.
Estou tentando instalar o Vtiger CRM no Ubuntu. Isso requer IMAP. Como instalar o PHP IMAP para php5-fpm
?
Faça o seguinte:
apt-get install php5-imap
No entanto, não está ativado por padrão, portanto, ative-o com:
php5enmod imap
Em seguida, devolva o apache:
service apache2 restart
Feito.
A biblioteca imap
está em php5-imap
e isso se aplica a todos os tipos de PHP (cli, cgi, fpm, etc). Para instalar:
sudo apt-get install php5-imap
Nos repositórios:
$ apt-cache search php5-fpm
php5-fpm - server-side, HTML-embedded scripting language (FPM-CGI binary)
Então, use apt
:
$ sudo apt-get install php5-fpm