issue in installing mysql2 gem with rails3 on mac

前端 未结 3 485
暖寄归人
暖寄归人 2020-12-19 20:34
 Installing mysql2 (0.2.6) with native extensions /Library/Ruby/Site/1.8/rubygems/installer.rb:483:in `build_extensions\': ERROR: Failed to build gem native extensio         


        
3条回答
  •  甜味超标
    2020-12-19 21:22

    Try installing mysql from macports

    sudo ports install mysql5
    

    It took ages to complete, but once done run

    gem install mysql2
    

    and everything should work just fine

提交回复
热议问题