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

前端 未结 9 1114
旧巷少年郎
旧巷少年郎 2020-12-05 17:48

This is giving me a headache. I\'m continuing a Rails project that started on Linux and I keep getting this when I run Puma on Ruby Mine:

Error:[rake --tasks         


        
9条回答
  •  Happy的楠姐
    2020-12-05 18:25

    For anyone running Ruby 2.5 on Windows, my solution was similar to the top solutions however I had to move it to place the file in both the \bin folder and \bin\ruby_builtin_dlls folder to work.

    Some other things is that I downloaded the 64bit version and changed its name to libcurl.dll. Also make sure to restart your IDE/terminal and then try to start the server again.

提交回复
热议问题