Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PHP ldap_function undefined

Status
Not open for further replies.

tempsup

MIS
Sep 10, 2003
26
0
0
GB
hi,
i'm trying to connect to ldap using ldap_connect,but i kept getting call to undefined function. I have the apache, mysql and php installed on a unix os. Does anyone knows what is needed to be done for it to works?
Please help,thxx
 
I had this same error. I went to the php.ini file and uncommented the line that points to php_ldap.dll. I then found the php_ldap.dll file and manually moved it to the same directory the php.ini file was looking for it in. I restarted apache and this cleared the error.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top