| Berislav Lopac 2004-07-28, 8:57 pm |
| Andy Hassall wrote:
>
> The right way to get a set of DLLs to be loadable by a process is to
> add the directory to the PATH environment variable. If you start
> copying stuff into the Windows system directories you end up in DLL
> Hell pretty easily.
I have a somewhat different problem: after setting everything right (the
DLLs are in the right location, the PATH variable is set correctly etc) I
have managed to change the "The specified module could
not be found" error into "The operating system cannot run %1". The issue
appears when I try to load the php_ldap.dll extension, and depends whether
the ssleay32.dll is present in the PATH ('cannot run' error) or not ('could
not be found' error, which makes sense).
Can that be fixed somehow, or is it a PHP5 bug? I beg for answers, since
this is a rather rgent matter for me.
Thanks,
Berislav
|