gpt4 book ai didi

mysql - 当在 OS X Lion 上使用 Homebrew 软件安装 MySQL 时,如何安装 mysql2 gem?

转载 作者:行者123 更新时间:2023-11-29 07:06:18 25 4
gpt4 key购买 nike

<分区>

我一直无法通过在 OS X Lion 上通过 Homebrew 软件安装 MySQL 来安装 mysql2 gem。我在安装时尝试了很多标志,但我仍然没有运气。这是所有的细节。

软件 Mac OS X Lion 10.7 (11A2063)

$ uname -a

Darwin Greenwood.local 11.0.1 Darwin 内核版本 11.0.1:2011 年 6 月 29 日星期三 19:53:22 PDT; root:xnu-1699.23.2~1/RELEASE_X86_64 x86_64

$ 哪个 gcc | xargs ls -l

lrwxr-xr-x 1 root wheel 12 Aug 18 14:09/usr/bin/gcc -> llvm-gcc-4.2

$ brew info mysql

mysql 5.5.14

$哪个mysql

/usr/local/bin/mysql

$ which mysql_config

/usr/local/bin/mysql_config

$ ls -l/usr/local/bin/mysql*

$ ls -l/usr/local/lib/libmysql*

查看此要点中的输出:https://gist.github.com/1158628

$ sudo gem install mysql2

查看此要点中的输出:https://gist.github.com/1158612

$ sudo find/-name mysql.h

/usr/local/Cellar/mysql/5.5.14/include/mysql.h

/usr/local/include/mysql.h

$/usr/local/bin/mysql_config

查看此要点中的输出:https://gist.github.com/1158625

$ sudo env ARCHFLAGS="-arch x86_64"gem install mysql2 -- --with-mysql-config=/usr/local/bin/mysql_config

查看此要点中的输出:https://gist.github.com/1158618

$ sudo env ARCHFLAGS="-arch x86_64"gem install mysql2 -- --with-mysql-dir=/usr/local

$ sudo gem install mysql2 -- --with-mysql-dir=/usr/local --with-mysql-config=/usr/local/bin/mysql_config

查看此要点中的输出:https://gist.github.com/1158645

我也试过这个答案: MySQL gem on OSX 10.7 Lion

感谢您的帮助!

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