Hello,
I'm working on getting our Rails app up and running on a new VPS and I'm running into the following error:
| usr/local/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/initializer.rb:159:in `require_frameworks': no such file to load -- openssl (RuntimeError) |
I get this error when:
1)I run rake db:migrate, and
2)I try to start my mongrel cluster (the error appears in my log/mongrel.8000.log file)
Anyone run into this before? There seems to be a ruby/openssl interface that's missing but I can't seem to find out what it is. Thoughts?
-Brian