[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Where is libopenssl-ruby

Ruby Student

10/21/2008 5:58:00 PM

[Note: parts of this message were removed to make it a legal post.]

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

--
Ruby Student

4 Answers

Hugh Sasse

10/21/2008 6:33:00 PM

0

On Wed, 22 Oct 2008, Ruby Student 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,...?
>
> Thank yuou
>
> --
> Ruby Student
>

Ruby Student

10/21/2008 7:28:00 PM

0

[Note: parts of this message were removed to make it a legal post.]

On Tue, Oct 21, 2008 at 2:32 PM, Hugh Sasse <hgs@dmu.ac.uk> wrote:

> On Wed, 22 Oct 2008, Ruby Student 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,...?
> >
> > Thank yuou
> >
> > --
> > Ruby Student
> >
>
>
I've been using rpm under Suse. But I am open to any suggestions.
Thank you

--
Ruby Student

Brian Candler

10/21/2008 9:14:00 PM

0

Ruby Student 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 :-) 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.
--
Posted via http://www.ruby-....

Hugh Sasse

10/21/2008 9:19:00 PM

0



On Wed, 22 Oct 2008, Ruby Student wrote:

> On Tue, Oct 21, 2008 at 2:32 PM, Hugh Sasse <hgs@dmu.ac.uk> wrote:
>
> > On Wed, 22 Oct 2008, Ruby Student 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,...?
> > >
> > > Thank yuou
> > >
> > > --
> > > Ruby Student
> > >
> >
> >
> 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