Hi,
I have just started to study Ruby on Rails, downloaded Ruby 1.8.7, and compiled it from source, RubyGems 1.3.6, and ran "ruby setup.rb", and installed Rails by "sudo gem install rails"
But when I do the following steps: rails path/to/your/new/application cd path/to/your/new/application ruby script/server
I can't get the web server to start with the following message:
=> Booting WEBrick => Rails 2.3.5 application starting on http://0.0.0.0:3000 /usr/local/lib/ruby/gems/1.8/gems/rails-2.3.5/lib/initializer.rb: 271:in `require_frameworks': no such file to load -- openssl (RuntimeError)
Appreciate your help on this!