jukkai_fi wrote: > Env: SUSE LINUX 10.1 (X86-64) > > with Ruby 1.8.7-p72, RoR > I can get welcome screen, but after that always get > Memory Fault > > Then I installed current stable > ruby 1.8.7 (2008-12-29 revision 0) [x86_64-linux] > ruby: symbol lookup error: /usr/local/lib/ruby/1.8/x86_64-linux/ > openssl.so: undefined symbol: EVP_MD_CTX_md > I founded some ssl.rb test, it give: > ruby: symbol lookup error: /usr/local/lib/ruby/1.8/x86_64-linux/ > openssl.so: undefined symbol: EVP_CIPHER_CTX_cipher
Your problem is that the openssl library installed on your system is too old. Update that to the latest version and this problem should go away. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

