Jump to content

[SOLVED] Unable to load dynamic library 'C:\\PHP\\ext\\php_ldap.dll


Recommended Posts

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

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.

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.