script/server throws out lot of errors

Hello,

I use Rails 2.3.8 on my Ubuntu (10.04) machine. I started a new app and when I started it using script/server , I get these following errors

=> Booting Mongrel => Rails 2.3.8 application starting on http://0.0.0.0:3000 /var/lib/gems/1.8/gems/rails-2.3.8/lib/initializer.rb:271:in `require_frameworks': no such file to load -- net/https (RuntimeError)         from /var/lib/gems/1.8/gems/rails-2.3.8/lib/initializer.rb: 134:in `process'         from /var/lib/gems/1.8/gems/rails-2.3.8/lib/initializer.rb: 113:in `send'         from /var/lib/gems/1.8/gems/rails-2.3.8/lib/initializer.rb: 113:in `run'         from /home/karthik/gamble/config/environment.rb:9         from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'         from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'         from /var/lib/gems/1.8/gems/activesupport-2.3.8/lib/ active_support/dependencies.rb:156:in `require'         from /var/lib/gems/1.8/gems/activesupport-2.3.8/lib/ active_support/dependencies.rb:521:in `new_constants_in'         from /var/lib/gems/1.8/gems/activesupport-2.3.8/lib/ active_support/dependencies.rb:156:in `require'         from /var/lib/gems/1.8/gems/rails-2.3.8/lib/commands/server.rb: 84         from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'         from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'         from script/server:3

I am unable to make head or tail out of it.

Thanks in advance for helping out.

Karthikeyan wrote:

Hello,

I use Rails 2.3.8 on my Ubuntu (10.04) machine. I started a new app and when I started it using script/server , I get these following errors

=> Booting Mongrel => Rails 2.3.8 application starting on http://0.0.0.0:3000 /var/lib/gems/1.8/gems/rails-2.3.8/lib/initializer.rb:271:in `require_frameworks': no such file to load -- net/https (RuntimeError)          Your set up is not finding 'net/https'. I think you need to install SSL setup for RUBY on your system.

Thanks, Anubhaw