how to install libcurl on windows 7 64bit

后端 未结 1 525
一生所求
一生所求 2021-01-18 01:38

I am getting the following error while installing:

C:/RailsInstaller/Ruby2.2.0/lib/ruby/gems/2.2.0/gems/json_web_token-0.3.2/lib/json_web_token.rb:36: warning:

1条回答
  •  北海茫月
    2021-01-18 01:56

    An easy way I got around the LoadError: Could not open library 'libcurl' was to:

    • Take a libcurl.dll from one of the packages found here, https://curl.haxx.se/download.html#Win64, and put it on the PATH.

      (I just put it under \ruby24\bin\)

      (Link was updated, but originally pointed to version 7.40)

    For further details, see the answers to these questions:

    • jekyll serve dependency error - Could not open 'lib curl'

    • Typhoeus Windows installation

    • How to solve 'libcurl' not found with Rails on Windows

    • Rails Typhoeus Curl Trouble

    0 讨论(0)
提交回复
热议问题