Page 1 of 1

php_ldap can't be loaded

Posted: Tue Nov 02, 2004 7:09 am
by pelegk2
i am trying to use the ldap extension
but after i turn it on by unmarking it in the php.ini
and i restart the apache i recive the message :
Unknown() : unable to load dynamic library "c:\php\extensions\php_ldap.dll" - the specified module couldnt be found!


while the dll is in place!!!
what to do?
thnaks i nadvance
peleg

Posted: Wed Nov 03, 2004 8:40 pm
by markl999
Note to Win32 Users: In order to enable this module on a Windows environment, you must copy several files from the DLL folder of the PHP/Win32 binary package to the SYSTEM folder of your windows machine. (Ex: C:\WINNT\SYSTEM32, or C:\WINDOWS\SYSTEM). For PHP <= 4.2.0 copy libsasl.dll, for PHP >= 4.3.0 copy libeay32.dll and ssleay32.dll to your SYSTEM folder.

Posted: Thu Nov 04, 2004 12:14 am
by pelegk2
ok 10X:)