How to fix libeay32.dll was not found error

前端 未结 7 2064
隐瞒了意图╮
隐瞒了意图╮ 2020-12-31 02:26

I want to run some url, i used curl in windows environment for it.i downloaded curl executable from http://curl.haxx.se/dlwiz/?type=bin&os=Win64 and saved curl.exe in C

7条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-31 03:12

    I've encountered this kind of problem before. I was using the Windows x64 operating system, so I was getting an error in openssl. Later I realized that the path to the OpenSSL installation file was "C: \ OpenSSL win32". Finally, I deleted the OpenSSL program and installed it to "C: \ Program Files (x86)" and used it smoothly.

提交回复
热议问题