2.7.2 build fails on MacOS 10.15.7 with homebrew, unsupported option '--with-readline-dir #1862
Unanswered
jrochkind
asked this question in
Build failures
Replies: 1 comment
-
Try RUBY_CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix [email protected])" ruby-build 2.7.2 ... That will avoid rebuilding openssl in favor of Homebrew's openssl. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to run:
ruby-build 2.7.2 ~/.rubies/ruby-2.7.2
I think it's actually failing trying to build the openssl dependency,
Installing openssl-1.1.1i...
.Last lines of log file:
It's trying to use a
--with-readline-dir
option that theclang
it's trying to invoke does not recognize, I guess?I have installed rubies before on this machine that I think now are failing -- maybe it now tries to build against openssl 1.1.1i when before it used previous openssl versions, and that's what's somehow failing? Not really sure.
Beta Was this translation helpful? Give feedback.
All reactions