cannot install 2.7.6 on mac 13.0 ventura m1 #2125
-
Hi, I was installing ruby 2.7.6 on rbenv but the error came out.
So I installed frum and tried this code
And then this error came out
So I tried to fix typo as [email protected] but it said error: Version already installed at "/Users/jueon/.frum/versions/2.7.6" so i deleted 2.7.6 dir and re installed it but the same error came out
and when i try
this error came out. can you help me out please? :( |
Beta Was this translation helpful? Give feedback.
Replies: 10 comments 20 replies
-
this solved my problem |
Beta Was this translation helpful? Give feedback.
-
Sorry you're having trouble. Could you try installing 2.7.7 instead? It should be functionally the same as any other 2.7.x version, but 2.7.7 has some build fixes compared to 2.7.6. RUBY_CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix [email protected])" rbenv install 2.7.7 |
Beta Was this translation helpful? Give feedback.
-
I also want
|
Beta Was this translation helpful? Give feedback.
-
My mac is M1 Pro, Ventura 13.2.1. $ \curl -sSL https://get.rvm.io | bash -s stable # install rvm
$ CFLAGS="-Wno-error=implicit-function-declaration" rvm install 2.7.2 |
Beta Was this translation helpful? Give feedback.
-
Passing RUBY_CFLAGS="-w" worked for me on MacOS Ventura M1 Max. |
Beta Was this translation helpful? Give feedback.
-
Tried
|
Beta Was this translation helpful? Give feedback.
-
M1 macbook air |
Beta Was this translation helpful? Give feedback.
-
Here's what worked for me on Ventura M2 for
|
Beta Was this translation helpful? Give feedback.
-
I do config [email protected] and still failed with:
config info:
|
Beta Was this translation helpful? Give feedback.
-
Ultimate solution: |
Beta Was this translation helpful? Give feedback.
Here's what worked for me on Ventura M2 for
rbenv
+ruby 2.7.5