前提・実現したいこと
MacOS Catalina 10.15.6
rbenv 1.1.2-34-g0843745
rbenvを使用して、Ruby2.1.7をインストールしたい。
発生している問題・エラーメッセージ
$ rbenv install 2.1.7 Downloading openssl-1.0.2u.tar.gz... -> https://dqw8nmjcqpjn7.cloudfront.net/ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f89669d16 Installing openssl-1.0.2u... Installed openssl-1.0.2u to /Users/ookubotomoyasushi/.anyenv/envs/rbenv/versions/2.1.7 Downloading ruby-2.1.7.tar.bz2... -> https://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.7.tar.bz2 Installing ruby-2.1.7... WARNING: ruby-2.1.7 is past its end of life and is now unsupported. It no longer receives bug fixes or critical security updates. ruby-build: using readline from homebrew BUILD FAILED (Mac OS X 10.15.6 using ruby-build 20200819) Inspect or clean up the working tree at /var/folders/c0/6b4fy2p12xq0cs7llcfwxyp40000gn/T/ruby-build.20200820182130.56145.9HAxMG Results logged to /var/folders/c0/6b4fy2p12xq0cs7llcfwxyp40000gn/T/ruby-build.20200820182130.56145.log Last 10 log lines: make[2]: *** [ossl_pkcs7.o] Error 1 make[1]: *** [ext/openssl/all] Error 2 make[1]: *** Waiting for unfinished jobs.... compiling objspace_dump.c installing default objspace libraries linking shared-object objspace.bundle linking shared-object nkf.bundle 13 warnings generated. linking shared-object date_core.bundle make: *** [build-ext] Error 2
試したこと
・Homebrewのアップデートとrbenv、ruby-buildのアップグレード後、$ rbenv install 2.1.7
・rbenvの再インストール後、$ rbenv install 2.1.7
両方とも同様のエラーとなりました。
エラー文も同じです。
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。