Last active
August 6, 2022 04:29
Revisions
-
goodanthony revised this gist
Aug 6, 2022 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,11 +20,11 @@ brew update brew install tree brew update-reset Install OpenSSL 3 brew install openssl@3 then link brew link openssl@3 echo 'export PATH="/usr/local/opt/openssl@3/bin:$PATH"' >> ~/.zshrc Had to uninstall rbenv and ruby-build and then reinstall with brew install rbenv -
goodanthony revised this gist
Aug 6, 2022 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ Truied to install Ruby 3.1.2 on MacOs and keep getting a build failed like bellow BUILD FAILED (macOS 12.5 using ruby-build ) Last 10 log lines: -
goodanthony created this gist
Aug 6, 2022 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,32 @@ BUILD FAILED (macOS 12.5 using ruby-build ) Last 10 log lines: The Ruby yaml extension was not compiled. ERROR: Ruby install aborted due to missing extensions Configure options used: --prefix=/Users/devopsme/.rbenv/versions/3.1.2 --enable-shared --with-readline-dir=/usr/local/opt/readline --with-openssl-dir=/usr/local/opt/openssl@1.1 CC=clang LDFLAGS=-L/Users/devopsme/.rbenv/versions/3.1.2/lib -L/usr/local/opt/zlib/lib CPPFLAGS=-I/Users/devopsme/.rbenv/versions/3.1.2/include -I/usr/local/opt/zlib/include What worked brew update brew install tree brew update-reset 1. Install OpenSSL 3 brew install openssl@3 then link brew link openssl@3 echo 'export PATH="/usr/local/opt/openssl@3/bin:$PATH"' >> ~/.zshrc Had to uninstall rbenv and ruby-build and then reinstall with brew install rbenv brew install ruby-build Then open a new terminal window and type rbenv install 3.1.2