【发布时间】:2012-10-06 12:22:41
【问题描述】:
可能重复:
undefined symbol: SSLv2_method when running bundle install
我尝试“捆绑安装”我的 Rails 项目,但出现此错误:
Fetching gem metadata from https://rubygems.org/.Unfortunately, a fatal error has occurred. Please see the Bundler
troubleshooting documentation at http://bit.ly/bundler-issues. Thanks!
/home/vekozlov/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': /home/vekozlov/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/x86_64-linux/openssl.so: undefined symbol: SSLv2_method - /home/vekozlov/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/x86_64-linux/openssl.so (LoadError)
我找到了这个案例 (Ubuntu and undefined symbol for SSLv2_method),但我不明白如何在 Ubuntu 12.04 x64 中修复它
感谢您的帮助。
更新: 它对我有用(俄语)
【问题讨论】:
-
如果您找到了解决方案,请将其作为答案发布并接受。
标签: ruby-on-rails bundle undefined-symbol