Skip to content

BUILD FAILED (macOS 14.5 on arm64 using ruby-build 20240530.1) #2404

Answered by mislav
megazoic asked this question in Build failures
Discussion options

You must be logged in to vote

RUBY_CONFIGURE_OPTS=--with-libyamal-dir=/opt/local rbenv install 3.2.4

This looks almost correct, except that I see a small misspelling: it should be --with-libyaml-dir.

It looks like rbenv is installing its own private copy of openssl first. If rbenv's intention is to be self-contained, then I guess it should either be installing its own private copy of libyaml or else telling ruby not to use libyaml, if that's possible.

This comment is correct in the fact that ruby-build can install a private copy of openssl, but it doesn't do that to be self-contained. It does that only on systems where it can't detect a suitable existing installation of openssl, which is most commonly macOS with i…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
3 replies
@megazoic
Comment options

@smanzini
Comment options

@mislav
Comment options

Answer selected by megazoic
Comment options

You must be logged in to vote
2 replies
@mislav
Comment options

@bonol
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants