Ruby 3.4.3 fails install on Mac Sequoia due to obsolete openssl requirement #2533
-
I don't understand what is happening. From what I've read current versions of Ruby do not need Am I doing something wrong here? have I got a misconfiguration somewhere? oh the frustration...
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found the issue, I had a misconfiguration from long ago in my
deleted that, and replaced with: |
Beta Was this translation helpful? Give feedback.
I found the issue, I had a misconfiguration from long ago in my
.zshrc
export RUBY_CONFIGURE_OPTS="--with-zlib-dir=$(brew --prefix zlib) --with-openssl-dir=$(brew --prefix [email protected]) --with-readline-dir=$(brew --prefix readline) --with-libyaml-dir=$(brew --prefix libyaml) --with-gdbm-dir=$(brew --prefix gdbm)"
deleted that, and replaced with:
export RUBY_CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix openssl@3)"