On Jun 19, 6:10 pm, bill walton <[email protected]> wrote:
> Hi Sebastian,
>
> Eliminating the noise...
>
> On Fri, 2009-06-19 at 09:21 -0700, .sebas wrote:
> > /usr/local/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/initializer.rb:
> > 269:in `require_frameworks': no such file to load -- openssl
> > from /home/sebas/rails/myapp/config/environment.rb:9
>
> You read the stack trace from bottom to top. In your case...
>
> In environment.rb at line 9 you're requiring the openssl gem but do not
> have it installed, at least not where Rails expects it to be.
>
almost. openssl is part of the ruby standard library, but if you have
installed ruby via your ubuntu's packaging system the openssl stuff is
split into a separate package (don't recall the exact name). If you
built ruby from source yourself the problem is probably that you
didn't have the openssl development headers installed (again, another
package). If you install those you should be able to build & install
the openssl ruby extension
Fred
> 'gem list' will tell you what gems you have installed
>
> HTH,
> Bill
--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---