実現したいこと
Ruby on Railsのインストール
前提
こちらのサイトを参考にし、ruby on railsのインストールを試みました。
https://medium-company.com/ruby-on-rails-%E7%92%B0%E5%A2%83%E6%A7%8B%E7%AF%89/
gem install railsでrailsのインストールをしようとしたところデータベースのエラーが発生し、railsのインストールができません。ネットで検索してみても同じようなエラーになっている方がおらず、途方に暮れている状態です。わかる方に助言をお願いしたいです。
発生している問題・エラーメッセージ
エラーメッセージ
C:\Users\hirah>gem install rails Fetching psych-5.1.1.gem Using rubygems directory: C:/Users/hirah/.gem/ruby/3.2.0 Installing required msys2 packages: mingw-w64-ucrt-x86_64-libyaml エラー: 処理を始められませんでした (データベースをロックできません) エラー: データベースをロックできませんでした: Permission denied pacman failed with the following output: Building native extensions. This could take a while... ERROR: Error installing rails: ERROR: Failed to build gem native extension. current directory: C:/Users/hirah/.gem/ruby/3.2.0/gems/psych-5.1.1/ext/psych C:/Ruby32-x64/bin/ruby.exe extconf.rb checking for yaml.h... no yaml.h not found *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options. Provided configuration options: --with-opt-dir --without-opt-dir --with-opt-include --without-opt-include=${opt-dir}/include --with-opt-lib --without-opt-lib=${opt-dir}/lib --with-make-prog --without-make-prog --srcdir=. --curdir --ruby=C:/Ruby32-x64/bin/$(RUBY_BASE_NAME) --with-libyaml-source-dir --without-libyaml-source-dir --with-yaml-0.1-dir --without-yaml-0.1-dir --with-yaml-0.1-include --without-yaml-0.1-include=${yaml-0.1-dir}/include --with-yaml-0.1-lib --without-yaml-0.1-lib=${yaml-0.1-dir}/lib --with-yaml-0.1-config --without-yaml-0.1-config --with-pkg-config --without-pkg-config --with-libyaml-dir --without-libyaml-dir --with-libyaml-include --without-libyaml-include=${libyaml-dir}/include --with-libyaml-lib --without-libyaml-lib=${libyaml-dir}/lib To see why this extension failed to compile, please check the mkmf.log which can be found here: C:/Users/hirah/.gem/ruby/3.2.0/extensions/x64-mingw-ucrt/3.2.0/psych-5.1.1/mkmf.log extconf failed, exit code 1 Gem files will remain installed in C:/Users/hirah/.gem/ruby/3.2.0/gems/psych-5.1.1 for inspection. Results logged to C:/Users/hirah/.gem/ruby/3.2.0/extensions/x64-mingw-ucrt/3.2.0/psych-5.1.1/gem_make.out
試したこと
mkmf.logを読んでみるも何がなんだかわからず、、、
回答者様からの助言でdb.ickを消そうしましたが、見つからない。
補足情報(FW/ツールのバージョンなど)
windows11/ruby3.2.2/sqlite3 3.43.2
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2023/10/11 11:35