OpenSSL missing when installing Ruby 3.3.3 on MacOS Ventura #2416
Replies: 3 comments 4 replies
-
I run in to the same thing installing 3.3.3 with Frum. But, I can install and un 3.3.2 no problem. |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm sorry you're having trouble with Ruby 3.3.3. I cannot reproduce on macOS Sonoma, but I also do not have access to a Ventura machine. Thanks for sharing your main build log, but when compiling ruby extensions such as "openssl" or "psych" fails, the relevant debugging information isn't in the main log, but in the individual log files listed in the error output that you've shared. The contents of those logs can be confusing, but if you share them, we might be able to spot what's going wrong in your case. One thing you could check is whether your Homebrew is running under the same architecture as your CPU (see |
Beta Was this translation helpful? Give feedback.
-
Same error with Mac Os 15.0 and ruby version 3.3.5 |
Beta Was this translation helpful? Give feedback.
-
This issue is haunting me since some 3.x version - i'm basically not able to install any newer ruby version on my Macbook (Ventura 13.6.1). I tried literally any single solution suggested on the internet and there were tons of them so it's not really possible to list them all in here so let's start with the basics. I tried doing that with rvm, asdf, mice, rbenv and the output is always the same.
The command:
And the log file produced: https://gist.github.com/mbajur/f944fb309cf86b95c44eb713a71418d8
The thing is, no matter what i do, no matter if i change the openssl dir with
RUBY_CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix openssl@3)"
, with@1.1
, if i reinstall openssl completely or force any specific version to be used - ruby-build is always producing the same output with the same error message about OpenSSL missing.I sincerly spent weeks on google trying to nail that down but at this point I'm affraid i will die as a Ruby 3.2.3 developer as that's the last version i managed to install on my macbook :)
Thanks in advance for your support and ideas!
Beta Was this translation helpful? Give feedback.
All reactions