0

I had originally installed the LAMP stack using Mac Ports. Another project requires me to enable LDAP support. How do I get about installing it using Mac Ports? My PHP info file has no mention of LDAP.

Since I do not have LDAP, I am getting error in my PHP script like:

Fatal error: Call to undefined function ldap_connect() 
Sven
  • 98,649
  • 14
  • 180
  • 226
Strong Like Bull
  • 273
  • 6
  • 17

1 Answers1

4

sudo port install php5-ldap.

Sven
  • 98,649
  • 14
  • 180
  • 226