前提・実現したいこと
rubyの開発環境を構築しようと、rbenvのインストールまでは完了したのですが、本題のruby自体が下記のコードでインストールできません。
正直何が原因が全くわからない状況です。
こちらが参考したものです。
https://prog-8.com/docs/ruby-env
抽象的で申し訳ないのですが、解決策をお願いします。
発生している問題・エラーメッセージ
rubyのインストールができません。
該当のソースコード
Downloading openssl-1.1.1i.tar.gz... -> https://dqw8nmjcqpjn7.cloudfront.net/e8be6a35fe41d10603c3cc635e93289ed00bf34b79671a3a4de64fcee00d5242 Installing openssl-1.1.1i... Installed openssl-1.1.1i to /Users/daiki/.rbenv/versions/2.6.6 Downloading ruby-2.6.6.tar.bz2... -> https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.6.tar.bz2 Installing ruby-2.6.6... ruby-build: using readline from homebrew BUILD FAILED (macOS 11.2.2 using ruby-build 20210119) Inspect or clean up the working tree at /var/folders/kt/g7hxhbkn2s31g4jh_lnns0w80000gn/T/ruby-build.20210302113318.79406.LbzNvP Results logged to /var/folders/kt/g7hxhbkn2s31g4jh_lnns0w80000gn/T/ruby-build.20210302113318.79406.log Last 10 log lines: compiling ../.././ext/psych/yaml/dumper.c compiling ../.././ext/psych/yaml/reader.c 3 warnings generated. compiling ../.././ext/psych/yaml/emitter.c compiling ../.././ext/psych/yaml/parser.c 5 warnings generated. linking shared-object zlib.bundle 1 warning generated. linking shared-object psych.bundle make: *** [build-ext] Error 2
試したこと
インターネットでBUILD FAILDのことについて調べたのですが、そもそも原因がわからないので、先に進めていません。
補足情報(FW/ツールのバージョンなど)
使用している機器 macbook air (m1チップ搭載)
インストールの際に使用したコマンド
brew install rbenv ruby-build
echo $SHELL
echo 'eval "$(rbenv init -)"' >> ~/.zshrc
source ~/.zshrc
rbenv install --list
rbenv install 2.6.6
回答1件
あなたの回答
tips
プレビュー