Library not loaded: /opt/local/lib/libssl.1.0.0.dylib (LoadError)

Uninstalling openssl and re-installing it worked for me.

brew remove openssl  

and then

brew install openssl

Leave a Comment