Possible Duplicate:
undefined symbol: SSLv2_method when running bundle install
I try "bundle install" my Rails project, but I have this error:
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)
I have found this case ( Ubuntu and undefined symbol for SSLv2_method ), but I do not understand how to fix it in Ubuntu 12.04 x64
Thanks for any help.
UPD: It worked for me (on russian)