Ruby on Railsを始めようと思って以下のサイトを参考に導入作業をしていました
https://www.javadrive.jp/rails/install/
railsのインストールは正常にできたのですが、gemでsqlite3をインストールしようとすると以下のようなエラーが出ます
このエラーの原因は何か教えてください
OSはWindows10 Home 64bitです
cmd
1C:\>gem install sqlite3 2Temporarily enhancing PATH for MSYS/MINGW... 3Installing required msys2 packages: mingw-w64-x86_64-sqlite3 4警告: mingw-w64-x86_64-sqlite3-3.27.0-1 は最新です -- スキップ 5Building native extensions. This could take a while... 6ERROR: Error installing sqlite3: 7 ERROR: Failed to build gem native extension. 8 9 current directory: C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/sqlite3-1.4.0/ext/sqlite3 10C:/Ruby26-x64/bin/ruby.exe -I C:/Ruby26-x64/lib/ruby/2.6.0 -r ./siteconf20190227-12196-19643xi.rb extconf.rb 11checking for sqlite3.h... yes 12checking for pthread_create() in -lpthread... yes 13checking for -ldl... no 14checking for dlopen()... no 15missing function dlopen 16*** extconf.rb failed *** 17Could not create Makefile due to some reason, probably lack of necessary 18libraries and/or headers. Check the mkmf.log file for more details. You may 19need configuration options. 20 21Provided configuration options: 22 --with-opt-dir 23 --without-opt-dir 24 --with-opt-include 25 --without-opt-include=${opt-dir}/include 26 --with-opt-lib 27 --without-opt-lib=${opt-dir}/lib 28 --with-make-prog 29 --without-make-prog 30 --srcdir=. 31 --curdir 32 --ruby=C:/Ruby26-x64/bin/$(RUBY_BASE_NAME) 33 --with-sqlcipher 34 --without-sqlcipher 35 --with-sqlite3-config 36 --without-sqlite3-config 37 --with-pkg-config 38 --without-pkg-config 39 --with-sqlcipher 40 --without-sqlcipher 41 --with-sqlite3-dir 42 --without-sqlite3-dir 43 --with-sqlite3-include 44 --without-sqlite3-include=${sqlite3-dir}/include 45 --with-sqlite3-lib 46 --without-sqlite3-lib=${sqlite3-dir}/lib 47 --with-pthreadlib 48 --without-pthreadlib 49 --with-dllib 50 --without-dllib 51 52To see why this extension failed to compile, please check the mkmf.log which can be found here: 53 54 C:/Ruby26-x64/lib/ruby/gems/2.6.0/extensions/x64-mingw32/2.6.0/sqlite3-1.4.0/mkmf.log 55 56extconf failed, exit code 1 57 58Gem files will remain installed in C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/sqlite3-1.4.0 for inspection. 59Results logged to C:/Ruby26-x64/lib/ruby/gems/2.6.0/extensions/x64-mingw32/2.6.0/sqlite3-1.4.0/gem_make.out
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/02/27 12:53
2019/02/27 13:07
2019/02/27 13:18
2019/02/27 14:06
2019/03/03 11:01 編集