それは常に言う:
ERROR: Error installing mysql2:
ERROR: Failed to build gem native extension.
/Users/peter/.rvm/rubies/ruby-1.9.2-p180/bin/ruby extconf.rb
checking for rb_thread_blocking_region()... *** 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.
sqlite3 の場合も同様のことが起こります。
ERROR: Error installing sqlite3:
ERROR: Failed to build gem native extension.
/Users/peter/.rvm/rubies/ruby-1.9.2-p180/bin/ruby extconf.rb
checking for sqlite3.h... *** 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.
更新: 少なくとも sqlite3 は現在ビルド中です...これはrvm remove 1.9.2-p180
、1.9.2 をすべて削除してから再インストールした後rvm install 1.9.2
、sqlite3 をバンドル インストールできるようになりましたが、mysql2 にはまだ問題があります。