[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Openssl - cant find the ruby bindings

Nick Black

1/31/2007 9:08:00 PM

I'm getting this error when trying to run a rails app:

/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require': no such file to load -- openssl
(MissingSourceFile)


I cant find any sites that are up that have the ruby ssl bindings.
But I also saw some documentation that they are part of Ruby 1.8. Can
anyone point me in the right direction?

ruby 1.8.4 (2005-12-24) [i486-linux] (the only Ruby installation on the machine(
Xubuntu Edgy


Cheers,

--
Nick Black
--------------------------------
http://www.black...

2 Answers

Jano Svitok

1/31/2007 9:16:00 PM

0

On 1/31/07, Nick Black <nickblack1@gmail.com> wrote:
> I'm getting this error when trying to run a rails app:
>
> /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in
> `gem_original_require': no such file to load -- openssl
> (MissingSourceFile)
>
>
> I cant find any sites that are up that have the ruby ssl bindings.
> But I also saw some documentation that they are part of Ruby 1.8. Can
> anyone point me in the right direction?
>
> ruby 1.8.4 (2005-12-24) [i486-linux] (the only Ruby installation on the machine(
> Xubuntu Edgy

sudo apt-get install libopenssl-ruby1.8

if you have installed ruby via apt (not from source)

> Cheers,
>
> --
> Nick Black
> --------------------------------
> http://www.black...
>
>

Nick Black

1/31/2007 9:30:00 PM

0

Cheers - got it - seems its a debian packaging issue.

Thanks!

On 1/31/07, Jan Svitok <jan.svitok@gmail.com> wrote:
> On 1/31/07, Nick Black <nickblack1@gmail.com> wrote:
> > I'm getting this error when trying to run a rails app:
> >
> > /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in
> > `gem_original_require': no such file to load -- openssl
> > (MissingSourceFile)
> >
> >
> > I cant find any sites that are up that have the ruby ssl bindings.
> > But I also saw some documentation that they are part of Ruby 1.8. Can
> > anyone point me in the right direction?
> >
> > ruby 1.8.4 (2005-12-24) [i486-linux] (the only Ruby installation on the machine(
> > Xubuntu Edgy
>
> sudo apt-get install libopenssl-ruby1.8
>
> if you have installed ruby via apt (not from source)
>
> > Cheers,
> >
> > --
> > Nick Black
> > --------------------------------
> > http://www.black...
> >
> >
>
>


--
Nick Black
--------------------------------
http://www.black...