[Rails] Switchtower not working due to openssl not found

Rob Sanheim rsanheim at gmail.com
Tue Feb 7 19:24:32 GMT 2006


Its White Box Enterprise Linux 3.  I have OpenSSL 0.9.7a installed and
double checked that the libssl.so files are in /lib.  Is there
anything else I should check?

- Rob

On 2/7/06, Jamis Buck <jamis at 37signals.com> wrote:
> What is your OS? Do you have the openssl lib and include files
> installed?
>
> - Jamis
>
> On Feb 7, 2006, at 8:40 AM, Rob Sanheim wrote:
>
> > I installed Ruby from the tarball with configure/make.
> >
> > Require doesn't work, so I'm guessing the bindings are the issue.
> >
> > irb(main):002:0> require 'rubygems'
> > => true
> > irb(main):003:0> require 'openssl'
> > LoadError: no such file to load -- openssl
> >         from /usr/local/lib/ruby/site_ruby/1.8/rubygems/
> > custom_require.rb:21:in
> > `require__'
> >         from /usr/local/lib/ruby/site_ruby/1.8/rubygems/
> > custom_require.rb:21:in
> > `require'
> >         from (irb):3
> > irb(main):004:0>
> >
> > - Rob
> >
> > On 2/7/06, Jamis Buck <jamis at 37signals.com> wrote:
> >> What happens if you do "require 'openssl'" from irb?
> >>
> >> It sounds very much like the Ruby openssl bindings didn't get
> >> installed, for some reason. How did you install Ruby?
> >>
> >> - Jamis
> >>
> >> _______________________________________________
> >> Rails mailing list
> >> Rails at lists.rubyonrails.org
> >> http://lists.rubyonrails.org/mailman/listinfo/rails
> >>
> >
> >
> > --
> > http://www.robsanheim.com/ - blog on development, TDD, aqua teen,
> > and agility
> > http://www.ajaxian.com/ - the net's best Ajax blog
> > _______________________________________________
> > Rails mailing list
> > Rails at lists.rubyonrails.org
> > http://lists.rubyonrails.org/mailman/listinfo/rails
>
> _______________________________________________
> Rails mailing list
> Rails at lists.rubyonrails.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
>


More information about the Rails mailing list