Where is libopenssl-ruby

While installing Rails, I came across the fact 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]

Where can I get that library?

Thank yuou

On Wed, 22 Oct 2008, Ruby S. wrote:

While installing Rails, I came across the fact 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]

Where can I get that library?

What is your package manager? yum,rpm,apt-get,…?

On Tue, Oct 21, 2008 at 2:32 PM, Hugh S. [email protected] wrote:

Thank yuou


Ruby S.

I’ve been using rpm under Suse. But I am open to any suggestions.
Thank you

Ruby S. wrote:

While installing Rails, I came across the fact that I need this library,
libopenssl-ruby.

Are you positive? That sounds like a Debian/Ubuntu package to me. Are
you following some Debian/Ubuntu-specific installation instructions?

I am running LINUX Suse: 2.6.16.21-0.8-smp

I don’t know Suse (like you know Suse, heh :slight_smile: but I have CentOS which
is another RPM-based system. On there, the file
/usr/lib/ruby/1.8/i386-linux/openssl.so belongs to the “ruby-libs” RPM
package.

Try “locate openssl.so” and see if it exists in a ruby-related place.

On Wed, 22 Oct 2008, Ruby S. wrote:

What is your package manager? yum,rpm,apt-get,…?

Thank yuou


Ruby S.

I’ve been using rpm under Suse. But I am open to any suggestions.

I can never remember the options for rpm as I last used it over a
year ago. There was a hint there, though. It is a binary package
for your distro, so however you get these rpm’s, well, you do that.

The first 4 hits from Google for libopenssl-ruby demonstrated this
fact.

Thank you

    Hugh