macos 14.2.1 (23C71) Apple M2 Max rbenv install 3.3.0 fails - openssl3 / psych issues #2335
-
rbenv 1.2.0
log file
Please help ... :( I am unable to install the current version .zshrc
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
Hi, from what I see, you've been using ruby-build correctly, and I see no clear indication of why the compilation failed. However, note that the main build log will usually have no information about compilation of Ruby extensions such as "openssl" and "psych". To view separate logs for these, please take note of Before retrying, I would remove the following from your zshrc:
This should be enough to install Ruby:
And if compiling extensions fails again, check the |
Beta Was this translation helpful? Give feedback.
-
Removed the options from .zshrc and tried without yjit This is the result so far :
log file
mkmf file openssl :
mkmf file psych :
|
Beta Was this translation helpful? Give feedback.
-
@mislav If You see anything fishy please let me know |
Beta Was this translation helpful? Give feedback.
-
https://codetinkering.com/switch-homebrew-arm-x86/ switched to arm homebrew and installed with no issues I suppose I have been using a different arch for some project and there were obvious dependencies issues seems to be working fine now |
Beta Was this translation helpful? Give feedback.
https://codetinkering.com/switch-homebrew-arm-x86/
switched to arm homebrew and installed with no issues
I suppose I have been using a different arch for some project and there were obvious dependencies issues
seems to be working fine now