libcurl-4.dll is missing after installing curl on Windows 7

扶醉桌前 提交于 2019-12-23 17:00:51

问题


After installing curl as per this guy's instructions :

Except for Step 2: Installed Win64 OpenSSL v1.0.1u Light instead since version k is missing from the download page : http://slproweb.com/products/Win32OpenSSL.html

On cmd prompt I just type :

C:\Windows\system32>curl

and get this error:

How do I get curl working on my computer?


回答1:


After extracting the Zip file to a specific location. You should add the file location to the PATH Environment.

Unfortunately, you would also have to copy all the dll file from the lib folder and paste in the folder that contains the executable.



来源:https://stackoverflow.com/questions/40168124/libcurl-4-dll-is-missing-after-installing-curl-on-windows-7

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