An error occurred while installing mysql2 (0.4.4), and Bundler cannot continue. Make sure that `gem

来源:互联网 发布:mysql 5.1.59.tar.gz 编辑:程序博客网 时间:2024/05/22 01:44
1.解决 rails  下 gem  mysql2 是  bundle  install  mysql2 安装出错问题。
解决如下:
sudo apt-get -f install
sudo apt-get update
sudo apt-get install libmysqlclient-dev
bundle install
0 0