【问题标题】:Issues with installing mysql2 gem安装 mysql2 gem 的问题
【发布时间】:2011-11-15 08:53:21
【问题描述】:

我正在尝试在我的 Windows 机器上安装 mysql2 gem,但出现以下错误。我该怎么办?

Fetching: mysql2-0.3.10.gem (100%)
Temporarily enhancing PATH to include DevKit...
Building native extensions.  This could take a while...
ERROR:  Error installing mysql2:
        ERROR: Failed to build gem native extension.

        D:/Program_Files/Ruby192/bin/ruby.exe extconf.rb
checking for rb_thread_blocking_region()... yes
checking for rb_wait_for_single_fd()... no
checking for main() in -llibmysql... no
*** 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=D:/Program_Files/Ruby192/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-libmysqllib
        --without-libmysqllib


Gem files will remain installed in D:/Program_Files/Ruby192/lib/ruby/gems/1.9.1/gems/mysql2-0.3.10 for inspection.
Results logged to D:/Program_Files/Ruby192/lib/ruby/gems/1.9.1/gems/mysql2-0.3.10/ext/mysql2/gem_make.out

【问题讨论】:

    标签: ruby-on-rails rubygems ruby-on-rails-3.1 mysql2


    【解决方案1】:

    mysql2 version list 没有0.3.10x86-mingw32 版本。我建议你试试0.3.9gem install mysql2 -v 0.3.9

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2013-06-05
      • 1970-01-01
      • 2014-08-21
      • 1970-01-01
      • 2012-12-21
      • 2011-08-16
      • 2012-12-20
      相关资源
      最近更新 更多