ROR is great! look more informations about how to install rails......see the following link http://wiki.rubyonrails.com/rails/pages/HowtosInstallation
On Mon, Jan 5, 2009 at 12:39 AM, jukkai_fi <[email protected]> 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 > > I also installed > http://www.rubyenterpriseedition.com/download.html > same error > > Then installed snapshot > ruby 1.9.1 (2009-01-04 patchlevel-5000 trunk 21288) [x86_64-linux] > same problem ... > > I'm real newbie with Ruby/RoR, this was my 1st install (trying) to > create RoR environment. > > After this I updated RoR > gem install -v=2.2.2 rails > > Then rest was ...#)&% > > rails new > rails/new>script/server > /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.2.2/lib/ > active_support/dependencies.rb:153:in `require': no such file to load > -- test/unit/error (MissingSourceFile) > from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.2.2/ > lib/active_support/dependencies.rb:153:in `block in require' > from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.2.2/ > lib/active_support/dependencies.rb:521:in `new_constants_in' > from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.2.2/ > lib/active_support/dependencies.rb:153:in `require' > from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.2.2/ > lib/active_support/deprecation.rb:224:in `<top (required)>' > from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.2.2/ > lib/active_support/dependencies.rb:153:in `require' > from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.2.2/ > lib/active_support/dependencies.rb:153:in `block in require' > from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.2.2/ > lib/active_support/dependencies.rb:521:in `new_constants_in' > from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.2.2/ > lib/active_support/dependencies.rb:153:in `require' > from /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.2.2/ > lib/active_support.rb:37:in `<top (required)>' > from /usr/local/lib/ruby/gems/1.9.1/gems/rails-2.2.2/lib/ > commands/server.rb:1:in `require' > from /usr/local/lib/ruby/gems/1.9.1/gems/rails-2.2.2/lib/ > commands/server.rb:1:in `<top (required)>' > from script/server:3:in `require' > from script/server:3:in `<main>' > > > > Somebody said for me that RoR is nice, maybe ? But heavy job put to > work. > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

