作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我一直在寻找这个错误,重新安装一切,并尝试了一切。我在这里找到的都是旧帖子和旧版本。是的,我已经下载了 MySQL C 连接器并将库移动到那个 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 总是给我带来麻烦。但这就是我在工作中的全部。谢谢你们。
最佳答案
我已经从 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-connector-c-6.1.0-winx64\lib
关于mysql - 无法安装 gem install mysql2 Ruby WINx64,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16901125/
我使用 windows 10 和 powershell,Haskell 似乎对标准输入的 UTF 编码有一些问题: > chcp 65001 > stack ghci ... > putStrLn "
我是一名优秀的程序员,十分优秀!