Sunday, 20 July 2014

ruby Install using rbenv missing the openssl lib

$: brew list openssl /usr/local/Cellar/openssl/1.0.1e/bin/openssl /usr/local/Cellar/openssl/1.0.1e/bin/c_rehash /usr/local/Cellar/openssl/1.0.1e/include/openssl/ (75 files) /usr/local/Cellar/openssl/1.0.1e/lib/libcrypto.1.0.0.dylib /usr/local/Cellar/openssl/1.0.1e/lib/libssl.1.0.0.dylib /usr/local/Cellar/openssl/1.0.1e/lib/engines/ (12 files) /usr/local/Cellar/openssl/1.0.1e/lib/pkgconfig/ (3 files) /usr/local/Cellar/openssl/1.0.1e/lib/ (4 other files) /usr/local/Cellar/openssl/1.0.1e/share/man/ (1217 files) $: brew link openssl Warning: openssl is keg-only and must be linked with --force Note that doing so can interfere with building software.


brew link openssl --force

No comments:

Post a Comment