1.前提・実現したいこと
Ruby on Railsの環境構築(Windows10)
2.発生している問題・エラーメッセージ
Windows10で「rails s」コマンドを実行したときに「cannot load such file -- sqlite3/sqlite3_native」とエラーが出ました。
そのため、https://qiita.com/shuhey/items/8cd28aed5906fb5fa6ecを参考にコマンドを実行したところ、
②. sqlite3_native.soファイルを生成の所で、gem install sqlite3 --platform=ruby -- --with-sqlite3-include=C:/sqlite-amalgamation-3260000 --with-sqlite3-lib=C:\Ruby26-x64\binを入力すると、
C:/Ruby26-x64/lib/ruby/2.6.0/mkmf.rb:467:in `try_do': The compiler failed to generate an executable file. (RuntimeError)
というのが出て、sqlite3_native.soファイルが生成できませんでした。
4.自分で調べたことや試したこと
rails new sample_app
→sample_appからGemfileというファイルのgem 'sqlite3'の行を、gem 'sqlite3', '~> 1.3.6'に変更してファイルを保存
→cd sample_app
→ridk exec pacman -S mingw-w64-x86_64-sqlite3
→bundle install
→rails s
→「cannot load such file -- sqlite3/sqlite3_native」とエラーが出る
→gem install sqlite3 --platform=ruby -- --with-sqlite3-include=C:/sqlite-amalgamation-3260000 --with-sqlite3-lib=C:\Ruby26-x64\binを入力
→C:/Ruby26-x64/lib/ruby/2.6.0/mkmf.rb:467:in `try_do': The compiler failed to generate an executable file. (RuntimeError)が出る
5.使っているツールのバージョンなど補足情報
ruby 2.6.5
Rails 6.0.3.2
sqlite3 3.32.3
Bundler version 2.1.4
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。