Posted by -Lost on 06/03/07 22:40
I had the PHP Startup: Unable to load dynamic library
'C:\php\ext\php_json.dll' - The specified module could not be found.
I finally figured out the error. The problem is that the DLL relies on
several other DLLs found in the C:\WINDOWS\system32\ folder.
Now, the problem is this... I do not want to copy 20+ extensions to my
system32 folder, nor do I want to copy 50+ DLLs from my system32 to my
extension directory.
Does anyone know of a method to get around this? Something along the
lines of having it check both the extension directory and the system32
folder for the associated DLLs?
--
-Lost
Remove the extra words to reply by e-mail. Don't e-mail me. I am
kidding. No I am not.
[Back to original message]
|