Unable to load dynamic library php_zmq.dll - The specified module could not be found

心已入冬 提交于 2019-12-08 13:28:33

I did the same as others suggested, but it still did not work. Then I noticed that there is one more .DLL file in the ZMQ ZIP file: libsodium.dll. When I copied this to the C:\xampp\php directory, it worked.

To summarize: files libsodium.dll and libzmq.dll must be copied to C:\xampp\php directory.

Marek

I have found out the solution - the libzmq.dll file must be copied / moved to a directory, where the php.exe file is.

So in my case to C:\xampp\php

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!