shimgo
3/28/2016 - 3:20 AM

sqlite3がbundle install でインストールできず、以下のメッセージが出力される An error occurred while installing sqlite3 (1.3.11), and Bundler cannot continue. Make sure

sqlite3がbundle install でインストールできず、以下のメッセージが出力される An error occurred while installing sqlite3 (1.3.11), and Bundler cannot continue. Make sure that gem install sqlite3 -v '1.3.11' succeeds before bundling.

メッセージの通りに以下のコマンドを実行すると足りないパッケージがあると表示された

shell> gem install sqlite3 -v '1.3.11

以下のコマンドで解決

shell> yum install sqlite-devel