mysql - 使用 lampp 安装 gem mysql2

标签 mysql ruby lampp

我正在尝试让gem与安装在/opt(LAMPP bundle )中的apache服务器一起运行。 当我尝试安装 mysql2 gem 时出现错误。搜索后我做了以下事情:

aptitude install libmysql-ruby libmysqlclient-dev ruby-dev

然后:

gem install mysql2 -- --with-mysql-config=/opt/lampp/bin/mysql_config --with-mysql-dir=/opt/lampp/lib/mysql --with-mysql-lib=/opt/lampp/lib/mysql/ --with-mysql-include=/usr/include/mysql

这是回复:

checking for rb_thread_blocking_region()... yes
checking for rb_wait_for_single_fd()... yes
checking for rb_hash_dup()... yes
checking for rb_intern3()... yes
checking for mysql.h... no
checking for mysql/mysql.h... yes
checking for errmsg.h... no
-----
errmsg.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/ruby1.9.1
--with-mysql-config


Gem files will remain installed in /var/lib/gems/1.9.1/gems/mysql2-0.3.13 for inspection.
Results logged to /var/lib/gems/1.9.1/gems/mysql2-0.3.13/ext/mysql2/gem_make.out

所以,问题出在 errmsg.h 库上。安装开发包后,ruby 发现其他一些缺少的库,例如'mysql.h',但不是这个。我不知道现在该怎么办...我在这里看到了很多类似问题的答案,但没有一个有帮助。

任何帮助将不胜感激。

最佳答案

我终于放弃了。 Lampp 很适合入门,但现在我需要很多未捆绑的东西,并且安装它们越来越复杂。我将所有内容都移至虚拟机,它运行完美。

关于mysql - 使用 lampp 安装 gem mysql2,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19752827/

相关文章:

php - 我应该在 Xampp (linux) 中存储 WordPress 网站的位置

php - 如何在php中显示SUM()

php - CakePHP长sql查询

ruby - 如何在 Ruby on Rails 中将数组从 View 传递到 Controller

ruby-on-rails - 推送到 heroku 的应用程序仍然显示标准索引页面

php - 安装 Xdebug 时丢失 Xdebug.ini 文件

php - 无法通过php脚本连接到mysql,但可以在LAMP UBUNTU中登录phpmyadmin

mysql - 如果 mysql 中没有行/空结果,则返回 0

mysql - 收到错误错误代码 : 1064. 您的 SQL 语法有误

ruby-on-rails - 安装 capybara-webkit gem 时出现 qmake 问题?