Joined August 2014
·

Dan Woodroffe

Remote Only
·
·
·

The comment system appears to have stripped them, but there should be backticks around

brew --prefix openssl

Have this page bookmarked since I've needed it a few times but after upgrading to Mavericks it no longer worked for me - this did:

CONFIGURE_OPTS="--with-openssl-dir=brew --prefix openssl" rbenv install 2.1.2

Thanks for the info - spent a long time trying to work around this issue but "brew link openssl --force" also worked for me