Month: March 2016

  • Macports Ruby: Symbol not found: _SSLv2_client_method error

    This error usually shows up when you try to run the following command: sudo gem install For those that don’t know what I am talking about, this is the error message: ERROR: Loading command: install (LoadError) dlopen(/opt/local/lib/ruby2.2/2.2.0/x86_64-darwin15/openssl.bundle, 9): Symbol not found: _SSLv2_client_method Referenced from: /opt/local/lib/ruby2.2/2.2.0/x86_64-darwin15/openssl.bundle Expected in: /opt/local/lib/libssl.1.0.0.dylib in /opt/local/lib/ruby2.2/2.2.0/x86_64-darwin15/openssl.bundle – /opt/local/lib/ruby2.2/2.2.0/x86_64-darwin15/openssl.bundle The only way…