I cannot seem to get ldap to work with php on NT4. I found a php_ldap.dll file on the net. I copied it to c:\php\extensions. I edited my c:\winnt\php.ini file and uncommented the ldap extension line. I set extension_dir to 'c:\php\extensions\'. I have stopped and started the webserver. I try a sample page and get this error:
Warning: Unable to load dynamic library 'c:\php\extensions\php_ldap.dll' - The specified procedure could not be found. in C:\Webs\McKinley\secdb\scripts\showuser.php on line 29
The file c:\php\extensions\php_ldap.dll is there! Why is it unable to load it? Does anyone have a howto on how to get php and ldap on NT to work? Do I need to compile this whole thing from scratch with the iPlanet ldapsdk 5.0?
Thanks,
Charles
charles_leeds@mckee.com