MySQL Install: ERROR: Failed to build gem native extension

前端 未结 14 1766
天涯浪人
天涯浪人 2020-11-28 19:23

I\'m trying to get MySQL installed to the latest version due to some installation going wrong somewhere along the line. I run the command gem install mysql and

14条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-28 20:13

    on OSX mountain Lion: If you have brew installed, then brew install mysql and follow the instructions on creating a test database with mysql on your machine. You don't have to go all the way through, I didn't need to After I did that I was able to bundle install and rake.

提交回复
热议问题