|
Posted by -Lost on 06/03/07 22:46
-Lost wrote:
> 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?
Dammit. It figures, you exhaust every possible example (or at least you
think you do/did) and then you request help only to find the answer
yourself moments later.
If anyone cares, the solution was to copy the DLL into both the
extension directory and the system32 directory.
That seems *really* weird to me, but it solved the problem.
--
-Lost
Remove the extra words to reply by e-mail. Don't e-mail me. I am
kidding. No I am not.
Navigation:
[Reply to this message]
|