mysql をデータベースとして使用して Rails アプリを作成しているときに、次のエラーが発生します。
...
...
Installing mysql2(0.3.13)
Gem:Installer::ExtensionBuilderError: ERROR: Failed to build gem native extension
C:/RailsInstaller/Ruby1.9.3/bin/ruby.exe extconf.rb
checking for rb_thread_blocking_region
checking for rb_wait_for_single_fd<>... yes
checking for rb_has_dup<>... yes
checking for rb_intern3<>... yes
***extconf.rb failed ***
Could not create Makefile due to some reasons, probably lack of necessary libraries and/or headers. Check the mkmf.log for more details. You may need configuration options
ただし、デフォルトの sqlite データベースを使用する場合は問題ありません
My OS & MySQL information
OS:Winodows 8 64bit
MySQL: 5.6(64 bit)