Mysql2 gemをインストールしようとすると、明らかなエラーなしで失敗します。 mysql2がインストールされるように、これを回避するために何をすべきか誰もが知っていますか?
$ Sudo gem install mysql2
Building native extensions. This could take a while...
ERROR: Error installing mysql2:
ERROR: Failed to build gem native extension.
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/Ruby extconf.rb
checking for rb_thread_blocking_region()... no
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lm... yes
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lz... yes
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lsocket... no
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lnsl... no
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lmygcc... no
checking for mysql_query() in -lmysqlclient... 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=/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/Ruby
--with-mysql-config
--without-mysql-config
--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-mysqlclientlib
--without-mysqlclientlib
--with-mlib
--without-mlib
--with-mysqlclientlib
--without-mysqlclientlib
--with-zlib
--without-zlib
--with-mysqlclientlib
--without-mysqlclientlib
--with-socketlib
--without-socketlib
--with-mysqlclientlib
--without-mysqlclientlib
--with-nsllib
--without-nsllib
--with-mysqlclientlib
--without-mysqlclientlib
--with-mygcclib
--without-mygcclib
--with-mysqlclientlib
--without-mysqlclientlib
Gem files will remain installed in /Library/Ruby/Gems/1.8/gems/mysql2-0.2.6 for inspection.
Results logged to /Library/Ruby/Gems/1.8/gems/mysql2-0.2.6/ext/mysql2/gem_make.out
64ビットMySQLをマシンにインストールする必要があり、さらにxcodeのインストール時に取得するビルドツールが必要です。
Ubuntu:
Sudo apt-get install libmysqlclient-dev #(mysql development headers)
Sudo gem install mysql2 -- --with-mysql-dir=/etc/mysql/
それでおしまい!
結果:
Building native extensions. This could take a while...
Successfully installed mysql2-0.2.6
1 gem installed
Installing ri documentation for mysql2-0.2.6...
Enclosing class/module 'mMysql2' for class Result not known
Enclosing class/module 'mMysql2' for class Client not known
Installing RDoc documentation for mysql2-0.2.6...
Enclosing class/module 'mMysql2' for class Result not known
Enclosing class/module 'mMysql2' for class Client not known
適切にコンパイルするには、mysql2のMySQL開発ヘッダーが必要です。多くの機能はCで記述され、その後MySQLにリンクされるため、これが必要です。
解決策は、gemインストーラーがmysqlインストールフォルダーを明示的に指すようにすることです
gem install mysql2 -- --with-mysql-dir=/usr/local/mysql
# or where ever you installed your mysql server to
または、mysqlサーバーを既知の場所にインストールし(たとえば homebrew を使用して)、次にgemをインストールします
# install the mysql server locally
brew install mysql
# install the gem
gem install mysql2
どちらのアプローチでも、必要なGCCコンパイラを使用するにはXCodeをインストールする必要があります。
BrewとMySQLがインストールされている状態で、次を使用してmysql2 gemをインストールしました
gem install mysql2 -- --with-mysql-config=/usr/local/Cellar/mysql/5.5.10/bin/mysql_config
Bundlerを使用している場合は、コマンドでこれをbundlerに伝えることができます。
bundle config build.mysql2 --with-mysql-config=/usr/local//Cellar/mysql/5.5.10/bin/mysql_config
ここに記載されているとおり: http://gembundler.com/man/bundle-config.1.html
mac OSX Mountain Lionでは、以下のコマンドが私のために働いた:
gem install mysql2 -- --srcdir=/usr/local/mysql/include
Ubuntu 15.04:
Sudo apt-get install libmysqlclient-dev
Sudo gem install mysql2
Ubuntu-16.04:
Sudo apt-get install Ruby-mysql2
Sudo gem install mysql2
出力:
Building native extensions. This could take a while...
Successfully installed mysql2-0.3.19
Parsing documentation for mysql2-0.3.19
Installing ri documentation for mysql2-0.3.19
Done installing documentation for mysql2 after 0 seconds
1 gem installed
MySQL Webサイトでこのスレッドを確認することをお勧めします。 http://forums.mysql.com/read.php?116,178217,178217 、特にスコット・デリックの回答: http://forums.mysql.com/read.php?116,178217,189357#msg-189357
より具体的には、使用してみてください
Sudo gem install mysql2 -- --with-mysql-dir=/usr/local/mysql
お役に立てば幸いです。
2日間分のインターネットとスタックオーバーフローを掘り下げましたが、実際に解決したのは このリンク を見つけてから mysql2のこのチケット を見つけてからでした。問題。
(チケットで説明されているように)私のセットアップでは、コンパイラスイッチ-Wno-null-conversion -Wno-unused-private-fieldが壊れ、正確ではないエラーが表示されました。
mysql.h is missing. please check your installation of mysql and try again
CentCL 6.x(7で動作するはず)でSCL(ソフトウェアコレクション)rh-mysqlを使用する場合:
scl enable rh-mysql56 bash
gem install mysql2 -v '0.4.5' -- --with-mysql-include=/opt/rh/rh-mysql56/root/usr/include --with-mysql-lib=/opt/rh/rh-mysql56/root/usr/lib64
ディレクトリにrvm use [email protected] --create
と入力すると、bundle install
と入力できます。
ディレクトリの場所を特定することでこれを解決しました何かを再インストールする必要はありません、brewまたはmacportsなどで、どこにあるのかを指定するだけです(1つだけ:Rubyはrvmでインストールされましたが、os x)に付属するデフォルトのものを使用していません:
以下のフラグをgem install mysql2
に追加します
--srcdir="..."
-インクルード--with-mysql-dir="..."
-mysqlディレクトリ--with-mysql-config="..."
-mysql_configファイルこのようなgem install mysql2 --srcdir=/usr/local/mysql/include/ --with-mysql-dir=/usr/local/mysql --with-mysql-config=/usr/local/mysql/bin/mysql_config