php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7870 Unable to connect to ldap server using precompiled win32 binaries
Submitted: 2000-11-18 06:18 UTC Modified: 2000-11-18 09:44 UTC
From: tvkbhaskar2011 at sify dot com Assigned:
Status: Closed Package: LDAP related
PHP Version: 4.0.3pl1 OS: Windows NT
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
44 + 2 = ?
Subscribe to this entry?

 
 [2000-11-18 06:18 UTC] tvkbhaskar2011 at sify dot com
1. Downloaded latest php precompiled binary for win32.
2. Used the sample code for connecting to ldap and got the following error message.
LDAP query test
Connecting ...
Fatal error: Call to undefined function: ldap_connect() 

3. Tried installing ldap client library available in the website of university of michigan but dont know how to proceed further in fixing the problem.

Help me out.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-18 09:44 UTC] dbeu@php.net
load the ldap extension, by uncommenting the entry in the php.ini...

extension=php_ldap.dll
 [2003-01-05 06:01 UTC] iq0099 at gawab dot com
I did this but its not working..  I get : Unable to load dynamic library ./php_ldap.dll  
The specific module cannot be found..
 [2003-01-08 12:35 UTC] bool at gte dot net
I am having the same problem... I've read about including the libsasl.dll in the same dir as the reast of the extensions but this is shown to be bundled in to the latest version... There is also a refrence to a function called Unknown().
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 10:01:30 2024 UTC