Errors Installing mysql2 gem via the Bundler

前端 未结 9 671
庸人自扰
庸人自扰 2020-12-04 10:33

I am trying to install the mysql2 gem via the Bundler, but it keeps dying with the following error:

** executing command
/home/cc_rails/.rvm/rub         


        
9条回答
  •  情歌与酒
    2020-12-04 11:12

    I ran into this issue while bundle installing for redmine on fedora 23. The solution I found was to issue this command - sudo dnf install redhat-rpm-config.

    Not only did this fix my issue with installing mysql2, but also for nokogiri and redcarpet.

提交回复
热议问题