1

I am facing problem while installing curl in windows environment.

I have followed the steps mentioned in Curl not recognized as an internal or external command, operable program or batch file

We are using curl-7.50.3, downloaded form curl website. We have moved the required files to

C:/windows/systems32 folder

  • Curl.exe

  • libcurl-4.dll

  • libcurl.dll.a

I am getting the same error where libcurl-4-dll files in not being found. libcurl-4.dll is missing after installing curl on Windows 7

Curl Error for missing libcurl-4-dll file

We had made changes to the environment variables as suggested in How do I install/set up and use cURL on Windows?

Additionally, the latest version of curl offered on the websites, do not seem to have Curl.exe files in them. Below the download link to all curl versions

https://curl.haxx.se/download/

Is there something that we are missing out, while installing and configuring Curl in windows ?

Mav3ricK
  • 11
  • 1
  • 1
  • 3

2 Answers2

0

If you have installed git, those files are available under directory: C:\Program Files\Git\mingw64\bin in windows. Just copy all those error throwing .dll files and paste it inside: C:\Windows\System32 directory.

Warning: Do not override any files if it asks for replacement.

Hope this works!

Mithun Shreevatsa
  • 2,689
  • 7
  • 34
  • 71
0

Download the .exe file from https://cygwin.com/install.html for cygwin (a large collection of GNU and Open Source tools which provide functionality similar to a Linux distribution on Windows). Run the .exe file. After finishing the installation click on the cygwin to open the curl console on windows and work on curl commands.

randomguy
  • 167
  • 9