Monday 18 May 2015

Ubuntu 14.04 How to Enable php5-imap and php5-ldap for GLPI

Had a problem with Ubuntu 14.04 and php5-ldap and php5-imap after upgrading GLPI to version 0.85.4 last week.

Found the solution on THIS site.

sudo apt-get install php5-imap php5-ldap
sudo php5enmod imap ldap
sudo service apache2 restart

No comments:

Post a Comment