I have installed php5-ldap module in ubuntu and running
dpkg -l|grep ldap shows
ldap-utils 2.4.28-1.1ubuntu4.6 OpenLDAP utilities
ii libaprutil1-ldap 2+deb.sury.org~precise+1 Apache Portable Runtime Utility Library - LDAP Driver
ii libldap-2.4-2 2.4.28-1.1ubuntu4.6 OpenLDAP libraries
ii php5-ldap 5.5.30+dfsg- 1+deb.sry.org~precise+1 LDAP module for php5
But when i am running php_info() it doesn't show ldap is enabled.
I commented extension=php_ldap.dll in /etc/php5/apache2/php.ini but it is still not working
I read somewhere i also need to add extension=ldap.so.But i am not sure where to add it.Can someone please help?