无法安装gem install mysql2 Ruby WINx64

时间:2013-06-03 16:07:21

标签: mysql ruby gem install extconf.rb

我一直在寻找这个错误,重新安装所有内容,然后尝试了一下。我在这里找到的只是旧帖子和旧版本。 是的,我已经下载了MySQL C Connector并将lib移动到该ruby目录。仍然没有。

我正在运行PC WINx64 Ruby版本2.0.0-p195 最新版本的DevKit

**gem install mysql2**
**Temporarily enhancing PATH to include DevKit...
Building native extensions.  This could take a while...
ERROR:  Error installing mysql:
        ERROR: Failed to build gem native extension.

    C:/Ruby200/bin/ruby.exe extconf.rb
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=C:/Ruby200/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}/
        --with-libmysqllib
        --without-libmysqllib


Gem files will remain installed in C:/Ruby200/lib/ruby/gems/2.0.0/gems/mysql-2.9.1 for inspection.
Results logged to C:/Ruby200/lib/ruby/gems/2.0.0/gems/mysql-2.9.1/ext/mysql_api/gem_make.out**

B:\ROR\hcv>

Windows一直给我带来问题。但这就是我在工作中的全部。谢谢你们。

2 个答案:

答案 0 :(得分:1)

我已从http://dev.mysql.com/downloads/mirror.php?id=412857

下载了连接器

并在命令提示符下输入

gem install mysql --platform = ruby​​ - --with-mysql-include = C:\ mysql-connector-c-6.1.0-winx64 \ include --with-mysql-lib = C: \ MySQL的连接器-C-6.1.0-winx64 \ lib中

答案 1 :(得分:0)

尝试使用以下命令安装mysql gem

gem install mysql2 -- '--with-mysql-lib="c:\Program Files\MySQL\MySQL Server 5.0\lib\opt" --with-mysql-include="c:\Program Files\MySQL\MySQL Server 5.0\include"'

注意:根据您的安装更改mysql安装目录