Can't Install 'ruby 3.1.2' on version 20220910.1 #2048
Answered
by
JorgeRodz
JorgeRodz
asked this question in
Build failures
-
Steps to reproduce the behaviorUpdate to the latest version(20220910.1) using brew and try to install ruby 3.1.2. Logs
|
Beta Was this translation helpful? Give feedback.
Answered by
JorgeRodz
Nov 28, 2022
Replies: 2 comments 10 replies
-
@JorgeRodz Can you provide full of logs? your report didn't show the root causes. |
Beta Was this translation helpful? Give feedback.
8 replies
-
Hi @myxoh, I find a solution in this thread #2053 (comment) . I just have to install openssl@3 with this command:
And install the ruby version with this command:
And that's it, this works for me. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
hsbt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @myxoh, I find a solution in this thread #2053 (comment) .
I just have to install openssl@3 with this command:
And install the ruby version with this command:
And that's it, this works for me.