Team,
While installing Rails 2.1.1 unde Suse Linux, I came across an error msg telling me that I need this library, libopenssl-ruby.
I am running LINUX Suse: 2.6.16.21-0.8-smp.
ruby -v ruby 1.8.6 (2008-08-08 patchlevel 286) [i686-linux]
I performed a google search and the results was to get the libopenssl- ruby library. I don't know where this library is and how to install it. This is my first experience with Rails and I've been trying to fix this problem for a few days now. I posted questions on the Ruby forum unsuccessfully.
Any help is greatly appreciated!
Thank you
nyc-linux-suse170:/local/demo # ruby script/server => Booting WEBrick... /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/initializer.rb: 229:in `require_frameworks': no such file to load -- openssl (RuntimeError) from /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/initializer.rb: 118:in `process' from /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/initializer.rb:97:in `send' from /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/initializer.rb:97:in `run' from /local/demo/config/environment.rb:13 from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/ active_support/dependencies.rb:510:in `require' from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib/ active_support/dependencies.rb:355:in `new_constants_in' ... 7 levels... from /usr/local/lib/ruby/gems/1.8/gems/rails-2.1.1/lib/commands/server.rb: 39 from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' from script/server:3