0

私はすでに MAMP 経由で mysql サーバーをセットアップしています。

しかし、mysql Rails クライアント (gem install mysql2) をインストールしようとすると、次のエラーが発生します。

   ERROR: Failed to build gem native extension.
    /Users/krisgandhi/.rvm/rubies/ruby-1.9.3-p194/bin/ruby extconf.rb
    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.
4

1 に答える 1

3

MAMP から mysql を削除する必要があると思います。そして試してください:

brew install mysql

または、ここからインストールして、適切な dmg を見つけます。

http://dev.mysql.com/downloads/mysql/

于 2012-06-08T20:04:56.353 に答える