Kyias Posted November 24, 2008 Share Posted November 24, 2008 Dear all, I am having major problems with LDAP and PHP. I am running PHP 5.2.6 which is the latest version. Below is the error: PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\PHP\\ext\\php_ldap.dll' - The specified module could not be found.\r\n in Unknown on line 0 Now the file is there and it is the newest one which is suppluied with PHP, i have also tried older ones and am still getting the same problem. Could anybody shed some light? Cheers Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted November 24, 2008 Share Posted November 24, 2008 This extension requires two external DLLs to be available which are libeay32.dll and ssleay32.dll. These should be located within C:/PHP In order for PHP to see these files I recommend you to add your PHP installation (C:/PHP) folder to the PATH Environment Variable. Quote Link to comment Share on other sites More sharing options...
Kyias Posted November 25, 2008 Author Share Posted November 25, 2008 Wild it was indeed an issue with these two DLL files. But all i had to do was put them in the SYSTEM32 root and it worked fine. Thank you all Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.