Matt Harrison wrote:
> softland...@gmail.com wrote:
>   > I can create an app just fine:
>> rails demoapp
>> 
>> But when I create a controller I get the following error:
>> $ ruby script/generate controller say
>> /usr/local/ruby-1.8.6/lib/ruby/gems/1.8/gems/rails-2.2.2/lib/
>> initializer.rb:259:in `require_frameworks': no such file to load --
>> openssl (RuntimeError)
> 
> It would appear you don't have (a compatible version of) openssl
> available to ruby. Whether this is a gem or something external I'm
> afraid I'm not too sure.

The Ruby OpenSSL bindings are not a gem but bundled with Ruby itself. 
You should ask your host to install the OpenSSL bindings or to recompile 
Ruby with the OpenSSL development libraries installed.

--
Roderick van Domburg
http://www.railscluster.nl
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to