ruby-on-rails - Redmine - 安装mysql2(0.3.16)时出错,Bundler无法继续

标签 ruby-on-rails ruby redmine mysql2 centos7

我刚刚在 Digital Ocean 云服务器(我使用的是 Centos 7)上安装 Redmine 时遇到了这个问题。在我 bundle install 之后,我收到了这条错误消息,

An error occurred while installing mysql2 (0.3.16), and Bundler cannot continue.
Make sure that `gem install mysql2 -v '0.3.16'` succeeds before bundling.

然后我尝试使用这个命令安装mysql2

gem install mysql2

弹出错误信息,

Building native extensions.  This could take a while...
ERROR:  Error installing mysql2:
    ERROR: Failed to build gem native extension.

    /usr/bin/ruby -r ./siteconf20140913-16462-tdplhf-0.rb extconf.rb
checking for ruby/thread.h... no
checking for rb_thread_blocking_region()... no
checking for rb_wait_for_single_fd()... no
checking for rb_hash_dup()... no
checking for rb_intern3()... no
-----
Using mysql_config at /usr/bin/mysql_config
-----
checking for mysql.h... no
checking for mysql/mysql.h... no
-----
mysql.h is missing.  please check your installation of mysql and try again.
-----
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers.  Check the mkmf.log file for more
details.  You may need configuration options.

Provided configuration options:
    --with-opt-dir
    --without-opt-dir
    --with-opt-include
    --without-opt-include=${opt-dir}/include
    --with-opt-lib
    --without-opt-lib=${opt-dir}/lib
    --with-make-prog
    --without-make-prog
    --srcdir=.
    --curdir
    --ruby=/usr/bin/ruby
    --with-mysql-dir
    --without-mysql-dir
    --with-mysql-include
    --without-mysql-include=${mysql-dir}/include
    --with-mysql-lib
    --without-mysql-lib=${mysql-dir}/lib
    --with-mysql-config
    --without-mysql-config

extconf failed, exit code 1

Gem files will remain installed in /usr/lib64/ruby/gems/1.8/gems/mysql2-0.3.16 for inspection.
Results logged to /usr/lib64/ruby/gems/1.8/extensions/x86_64-linux/1.8/mysql2-0.3.16/gem_make.out

我遵循本教程如何设置 Ruby on Rails:https://www.digitalocean.com/community/tutorials/how-to-install-ruby-on-rails-on-centos-6

还有红矿:http://www.redmine.org/projects/redmine/wiki/How_to_Install_Redmine_on_CentOS_(Detailed)

最佳答案

尝试安装mysql-devel包再试

yum install mysql-devel

关于ruby-on-rails - Redmine - 安装mysql2(0.3.16)时出错,Bundler无法继续,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25819795/

相关文章:

ruby - 如何删除 ruby 中的前导和尾随非字母字符

redmine - 我可以在 redmine 中创建跨项目源引用吗?

bundler - Redmine - Bundler 的不兼容版本

sql - Rails postgres错误: invalid input syntax for type double precision

mysql - 如何从本地系统备份表并将其恢复到 amazon RDS

ruby-on-rails - 有关如何使 Apache Tomcat 与 Ruby on Rails 应用程序一起工作的分步指南?

ruby-on-rails - 有什么反对 bitnami.org Ruby/Rails/Redmine Stack 的吗?

ruby-on-rails - 使用自定义创建覆盖 'Devise::RegistrationsController' 给出 NoMethodError

ruby - 如何在haml中使用循环内的变量?

c++ - ruby 程序 : Trailing zeros in the nth Power of a numbers factorial