You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The instructions for building on OSX didn't work for me. I'm on OSX 10.11.5 if that helps anyone reproduce:
% brew --version
Homebrew 0.9.9 (git revision d345; last commit 2016-05-22)
Homebrew/homebrew-core (git revision 994a3; last commit 2016-05-23)
The fix is simple enough, just using
export OPENSSL_ROOT_DIR=`brew --prefix openssl`
worked well in place of the two exports in the current instructions. The upstream source of your instructions still has the other commands so maybe it's just my system.