I got trouble today installing some gems, because OpenSSL has been removed from OSX and TL;DR
Found a solution on this Github issue, which might apply to more cases where openssl is involved.
1 |
gem install eventmachine -v '1.0.3' -- --with-cppflags=-I/usr/local/opt/openssl/include |
October 19, 2015