每当我尝试执行与ruby(gem list
,gem uninstall
等相关的任何操作时),我在控制台中看到以下错误:
Error loading RubyGems plugin "/Users/Mandy/.rvm/gems/ruby-2.0.0- p451@global/gems/executable-hooks-1.3.1/lib/rubygems_plugin.rb": dlopen(/Users/Mandy/.rvm/rubies/ruby-2.0.0-p451/lib/ruby/2.0.0/x86_64- darwin12.5.0/openssl.bundle, 9): Symbol not found: _SSLv2_client_method
Referenced from: /Users/Mandy/.rvm/rubies/ruby-2.0.0-p451/lib/ruby/2.0.0/x86_64-darwin12.5.0/openssl.bundle
Expected in: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
in /Users/Mandy/.rvm/rubies/ruby-2.0.0-p451/lib/ruby/2.0.0/x86_64-darwin12.5.0/openssl.bundle - /Users/Mandy/.rvm/rubies/ruby-2.0.0-p451/lib/ruby/2.0.0/x86_64-darwin12.5.0/openssl.bundle (LoadError)
Error loading RubyGems plugin "/Users/Mandy/.rvm/gems/ruby-2.0.0-p451@global/gems/gem-wrappers-1.2.4/lib/rubygems_plugin.rb": dlopen(/Users/Mandy/.rvm/rubies/ruby-2.0.0-p451/lib/ruby/2.0.0/x86_64-darwin12.5.0/openssl.bundle, 9): Symbol not found: _SSLv2_client_method
Referenced from: /Users/Mandy/.rvm/rubies/ruby-2.0.0-p451/lib/ruby/2.0.0/x86_64-darwin12.5.0/openssl.bundle
Expected in: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
in /Users/Mandy/.rvm/rubies/ruby-2.0.0-p451/lib/ruby/2.0.0/x86_64-darwin12.5.0/openssl.bundle - /Users/Mandy/.rvm/rubies/ruby-2.0.0-p451/lib/ruby/2.0.0/x86_64-darwin12.5.0/openssl.bundle (LoadError)
有谁知道我怎么能摆脱这条错误信息?