Resolving SugarCRM Error: “LDAP Error: Extensions not loaded”

If you’re hosting SugarCRM on a Linux based server, the below solution might solve your problem, as it did for us:

$ sudo apt-get install php5-ldap

Then restart apache:

$ sudo service apache2 restart

That’s it. For RedHat based systems, I’m not sure if the package is called php5 or php, but try the below:

# yum install php-ldap

2 thoughts on “Resolving SugarCRM Error: “LDAP Error: Extensions not loaded”

Leave a Reply to Thank You! Cancel reply

Your email address will not be published. Required fields are marked *