Skip to content

Ruby 3.4.3 fails install on Mac Sequoia due to obsolete openssl requirement #2533

Closed Answered by ak47
ak47 asked this question in Build failures
Discussion options

You must be logged in to vote

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)"

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ak47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant