Error installing mysql2: Failed to build gem native extension

后端 未结 27 2816
清酒与你
清酒与你 2020-11-22 08:06

I am having some problems when trying to install mysql2 gem for Rails. When I try to install it by running bundle install or gem install mysq

27条回答
  •  一生所求
    2020-11-22 08:55

    I'm on a mac and use homebrew to install open source programs. I did have to install mac Dev tools in order to install homebrew, but after that it was a simple:

    brew install mysql
    

    to install mysql. I haven't had a mysql gem problem since.

提交回复
热议问题