gpt4 book ai didi

mysql - 使用 lampp 安装 gem mysql2

转载 作者:行者123 更新时间:2023-11-30 01:05:33 25 4
gpt4 key购买 nike

我正在尝试让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/

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