On Oct 23, 11:39 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> Team,
>
> While installing Rails 2.1.1 unde Suse Linux, I came across an error
> msg telling me that I need this library, libopenssl-ruby.
>
> I am running LINUX Suse: 2.6.16.21-0.8-smp.
>
> ruby -v
> ruby 1.8.6 (2008-08-08 patchlevel 286) [i686-linux]
>
> I performed a google search and the results was to get the libopenssl-
> ruby library.
> I don't know where this library is and how to install it.

Hi, I know little about suse as well.  I think the package manager is
yast - isn't it?  Did you install ruby through suse or from source?

What do you get when you try to require 'openssl' - here's my session
using irb:
[EMAIL PROTECTED]:~$ irb
irb(main):001:0> require 'openssl'
=> true
irb(main):002:0>

If you're getting a load file error here then:

If you installed ruby through suse packages load up yast (or whatever
it is) and browse through the ruby stuff and look for ruby add-on
packages.  For instance, in debian there's a libopenssl-ruby package
which I can load with aptitude/apt-get (debian's equivalent of yast).

[Someone who knows suse could step in here.]

If you compiled and installed from source (your ruby is probably in /
usr/local/bin or /opt ), then I would install the header files for
openssl using suse's package manager (as well as openssl itself) and
then recompile ruby.  I think openssl-devel might be the package to
look for in yast (or whatever it is).

--
Daniel Bush
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to