当方、プログラミング初心者です。
以下のことで困っております。
どなたか教えていただければ幸いです。
前提・実現したいこと
自作アプリを作成しようと思い、まだ初期段階なのですが、
rails sをしようとするとnokogiriエラーが出ます。
発生している問題・エラーメッセージ
(rails sした際のエラー) Could not find nokogiri-1.10.2 in any of the sources Run `bundle install` to install missing gems. (bundle installした後のエラー) Installing nokogiri 1.10.2 with native extensions Gem::Ext::BuildError: ERROR: Failed to build gem native extension. current directory: /Users/takumi/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/nokogiri-1.10.2/ext/nokogiri /Users/takumi/.rbenv/versions/2.5.1/bin/ruby -r ./siteconf20190413-96267-1xviacn.rb extconf.rb –use-system-libraries checking if the C compiler accepts -I /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/libxml2... *** 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. (上記コードから少ししたに下がったところにある赤文字エラー) An error occurred while installing nokogiri (1.10.2), and Bundler cannot continue. Make sure that `gem install nokogiri -v '1.10.2' --source 'https://rubygems.org/'` succeeds before bundling.
試したこと
・Rubyのバージョンを2.3.1から2.5.1に変えました。(1ヶ月前に作ったアプリがruby 2.5.1だったため)
・エラー文をそのまま調べて色々試したりしましたが、エラー文は変更ありませんでした。
・gem install nokogiri -v '1.10.2'を実行しました。
補足情報(FW/ツールのバージョンなど)
Mac OS10.14.4(最近アップデートしました)
ruby 2.5.1
rails 5.2.2
※他に必要な情報があれば、調べて記入しますので、教えていただければと思います。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/04/14 00:19