ビギナーです。よろしくお願いします。
gem install sqlite3を行うと以下のようなエラーが出てきます。
ERROR: Error installing sqlite3: ERROR: Failed to build gem native extension. current directory: /Users/shuta/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/sqlite3-1.4.2/ext/sqlite3 /Users/shuta/.rbenv/versions/2.7.2/bin/ruby -I /Users/shuta/.rbenv/versions/2.7.2/lib/ruby/site_ruby/2.7.0 -r ./siteconf20210803-14264-lz7w5b.rb extconf.rb *** 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=/Users/shuta/.rbenv/versions/2.7.2/bin/$(RUBY_BASE_NAME) --with-sqlcipher --without-sqlcipher --with-sqlcipher --without-sqlcipher --with-sqlite3-config --without-sqlite3-config --with-pkg-config --without-pkg-config /Users/shuta/.rbenv/versions/2.7.2/lib/ruby/2.7.0/mkmf.rb:471:in `try_do': The compiler failed to generate an executable file. (RuntimeError) You have to install development tools first. from /Users/shuta/.rbenv/versions/2.7.2/lib/ruby/2.7.0/mkmf.rb:564:in `try_link0' from /Users/shuta/.rbenv/versions/2.7.2/lib/ruby/2.7.0/mkmf.rb:582:in `try_link' from /Users/shuta/.rbenv/versions/2.7.2/lib/ruby/2.7.0/mkmf.rb:684:in `try_ldflags' from /Users/shuta/.rbenv/versions/2.7.2/lib/ruby/2.7.0/mkmf.rb:1851:in `pkg_config' from extconf.rb:35:in `<main>' To see why this extension failed to compile, please check the mkmf.log which can be found here: /Users/shuta/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/extensions/x86_64-darwin-20/2.7.0/sqlite3-1.4.2/mkmf.log extconf failed, exit code 1 Gem files will remain installed in /Users/shuta/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/sqlite3-1.4.2 for inspection. Results logged to /Users/shuta/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/extensions/x86_64-darwin-20/2.7.0/sqlite3-1.4.2/gem_make.out
このエラーがなんのエラーなのか、どのように解決したらいいのかリサーチしましたが皆目検討がつきません。助けてください。お願いします。
他に載せるべき情報がありましたら気軽におっしゃってくだされば、喜んで載せます。
> リサーチしましたが
どのような調査を行い、どんな情報が得られましたか?
https://qiita.com/h_hiro_/items/442de7d0a1e946447930
https://qiita.com/shi-bu/items/f8a3f8cfface84794807
上記のような記事を何本か漁り、記事に記されている解決方法を試しましたがダメでした。そもそもこのエラーがなんのエラーなのかわからないから解決できないと思いました。
でもエラーの把握方法がわかりませんでした。そこでここに投稿して協力をお願いした次第です。
> 上記のような記事を何本か漁り
これらはmacOSではない環境についての記事です。macOS環境についてのものはありましたか?