Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个需要使用 mysql2 的 Ruby-on-Rails 应用程序。当我尝试运行该应用程序时,我收到以下错误:
在任何来源中都找不到 mysql2-0.3.11
如果我运行,bundle install我会收到以下错误:
bundle install
安装 mysql2 (0.3.11) 时出错,Bundler 无法继续。
最后,如果我尝试运行,gem install mysql2 -v '0.3.11'我会收到此错误:
gem install mysql2 -v '0.3.11'
错误:安装 mysql2 时出错:错误:无法构建 gem 原生扩展。
有什么建议么?