前提・実現したいこと
https://gabekore.org/mac-ruby-rails-overview
こちらの方のブログを元にrailsのインストール
サーバーの構築に挑戦中でした。
発生している問題・エラーメッセージ
:MyApp honmaryousui$ rails s
Could not find gem 'sqlite3' in any of the gem sources listed in your Gemfile.
Run bundle install
to install missing gems.
こちらに対しbundle installを実行
〜略〜
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
〜略〜
checking for sqlite3_libversion_number() in -lsqlite3... no
sqlite3 is missing. Try 'brew install sqlite3',
'yum install sqlite-devel' or 'apt-get install libsqlite3-dev'
and check your shared library search path (the
location where your sqlite3 shared library is located).
〜略〜
An error occurred while installing sqlite3 (1.3.13), and Bundler cannot continue.
Make sure that gem install sqlite3 -v '1.3.13'
succeeds before bundling.
とエラーが出てしまいました。
試したこと
:gem install sqlite3 -v '1.3.13'
Building native extensions. This could take a while...
Successfully installed sqlite3-1.3.13
Parsing documentation for sqlite3-1.3.13
Done installing documentation for sqlite3 after 0 seconds
1 gem installed
こちらはインストールされるみたいなのですが、bundle installを行なっても
同じエラーが起きます。
また、別サイトで見つけたbundle updateを試して見ましたが、
結局同じエラーが起きてしました。
補足情報
プログラミングを勉強し始めてまだ5時間ぐらいでつまずいています。
OS X high sierra
回答4件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2018/02/01 12:41
2018/02/02 00:18
2018/02/03 07:23
2018/02/03 12:27
2018/02/04 13:55 編集