This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Rbenv install 3.1.2 fails on Mac 12.6 (21G115) #2060
Labels
You can continue the conversation there. Go to discussion →
Steps to reproduce the behavior
xcode-select --install
brew install openssl@3
echo 'export PATH="/usr/local/opt/openssl@3/bin:$PATH"' >> ~/.zshrc
brew install rbenv
Then
rbenv install 3.1.2 --verbose
and I'm getting:As mentioned in issue #1998 as well as #2003 I tried including the
OPENSSL_CFLAGS
like so:Same result:
... error: failed to download ruby-3.1.2.tar.gz ...
Currently I'm unable to install 3.1.2.
I did try another version with the same error:
error: failed to download ruby-2.7.6.tar.bz2
.I did also try to use the following strategies and
export
s all to no avail:Any help is appreciated!
The text was updated successfully, but these errors were encountered: