Unable to install mysql2 gem OS X Mountain Lion

后端 未结 3 2072
悲&欢浪女
悲&欢浪女 2020-12-19 08:45

I\'m new with RoR and I\'m trying to install Mysql2 -v \'0.3.11\'. I have OS X Mountain Lion, rails 3.2.6 ,ruby 1.9.3.

Below is the error I get. I looked everywher

3条回答
  •  不知归路
    2020-12-19 09:24

    I too get same type of error in mac10.10 and used below commands that work for me:

    1. Install and upgrade Homebrew using:

      brew install mysql

    2. run Install Mysql gem file using:

      gem install mysql2 -v '0.3.11'

    3. Run bundle install

提交回复
热议问题