℡Wang Yan 2010-08-31 10:54 采纳率: 100%
浏览 930
已采纳

安装 mysql2时出错: 未能构建 gem 原生扩展

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 mysql2 it gives me the following error:

Error installing mysql2: ERROR: Failed to build gem native extension.

How can I fix this and successfully install mysql2?

转载于:https://stackoverflow.com/questions/3608287/error-installing-mysql2-failed-to-build-gem-native-extension

  • 写回答

24条回答 默认 最新

  • 10.24 2010-08-31 12:00
    关注

    On Ubuntu/Debian and other distributions using aptitude:

    sudo apt-get install libmysql-ruby libmysqlclient-dev
    

    Package libmysql-ruby has been phased out and replaced by ruby-mysql. This is where I found the solution.

    If the above command doesn't work because libmysql-ruby cannot be found, the following should be sufficient:

    sudo apt-get install libmysqlclient-dev
    

    On Red Hat/CentOS and other distributions using yum:

    sudo yum install mysql-devel
    

    On Mac OS X with Homebrew:

    brew install mysql
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(23条)

报告相同问题?

悬赏问题

  • ¥15 如何处理复杂数据表格的除法运算
  • ¥15 如何用stc8h1k08的片子做485数据透传的功能?(关键词-串口)
  • ¥15 有兄弟姐妹会用word插图功能制作类似citespace的图片吗?
  • ¥200 uniapp长期运行卡死问题解决
  • ¥15 请教:如何用postman调用本地虚拟机区块链接上的合约?
  • ¥15 为什么使用javacv转封装rtsp为rtmp时出现如下问题:[h264 @ 000000004faf7500]no frame?
  • ¥15 乘性高斯噪声在深度学习网络中的应用
  • ¥15 关于docker部署flink集成hadoop的yarn,请教个问题 flink启动yarn-session.sh连不上hadoop,这个整了好几天一直不行,求帮忙看一下怎么解决
  • ¥15 深度学习根据CNN网络模型,搭建BP模型并训练MNIST数据集
  • ¥15 C++ 头文件/宏冲突问题解决