gpt4 book ai didi

mysql - 错误 : Error installing mysql2: ERROR: Failed to build gem native extension

转载 作者:IT王子 更新时间:2023-10-29 00:31:00 25 4
gpt4 key购买 nike

我在尝试为 Rails 安装 gem install mysql2 -v '0.3.17' 时遇到了一些问题。当我尝试通过运行 gem install mysql2 -v '0.3.17' 或 gem install mysql2 -v '0.3.17' 来安装它时,出现以下错误:

ERROR:  Error installing mysql2:
ERROR: Failed to build gem native extension.


Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the file for more
details. You may need configuration options.

Provided configuration options:
--with-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
--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

Gem files will remain installed in `..../gems/ruby-1.9.3-p392/gems/mysql2-0.3.17 for inspection`.
Results logged to `.../gems/ruby-1.9.3-p392/extensions/x86_64-darwin-14/1.9.1/mysql2-0.3.17/gem_make.out`

如何解决这个问题并成功安装 mysql2?

谢谢大家。

最佳答案

我在 Ubuntu 15.04 中,遇到了与上述相同的错误。

我做到了:

 sudo apt-get install libmysqlclient-dev 

在这之后我做了:

gem install mysql2

现在我可以成功了

rails new <app_name> -d mysql

没有任何错误。

关于mysql - 错误 : Error installing mysql2: ERROR: Failed to build gem native extension,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27832120/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com