Fred,

Thank you for your fast reply!

I installed OpenSSL like this

# sudo apt-get install libopenssl-ruby1.8
Reading package lists... Done

Building dependency tree

Reading state information... Done

Note, selecting 'libruby1.8' instead of 'libopenssl-ruby1.8'

libruby1.8 is already the newest version.

libruby1.8 set to manually installed.

The following packages were automatically installed and are no longer
required:

  libjna-java libswing-layout-java javahelp2 libfelix-main-java
visualvm libfelix-framework-java libnb-platform12-java

Use 'apt-get autoremove' to remove them.

0 upgraded, 0 newly installed, 0 to remove and 227 not upgraded.


Then I installed ruby like this:

$ sudo apt-get install ruby1.9.1
Reading package lists... Done
Building dependency tree
Reading state information... Done
ruby1.9.1 is already the newest version.
The following packages were automatically installed and are no longer
required:
  libjna-java libswing-layout-java javahelp2 libfelix-main-java
visualvm libfelix-framework-java libnb-platform12-java
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 227 not upgraded.

Is there a way to check the ruby bindings for OpenSSL?


Rob


On Nov 6, 2:56 pm, Frederick Cheung <frederick.che...@gmail.com>
wrote:
> On Nov 6, 2:40 pm, Rob on the Rails <r...@entelecheia.com> wrote:
>
> > no such file to load -- openssl (LoadError)
> >  - Deperate for solution after 3 days
>
> > Does anybody have an answer, or ever some explanation of the “no such
> > file to load – openssl”?
>
> > I have been trying to get RoR working on Ubuntu 10.10 for 3 days now
> > and keep hitting the same problem.
>
> It means that the ruby bindings for OpenSSL aren't present (or more
> rarely they are present but there is an issue with the OpenSSL library
> itself).
> How you fix it depends on how you've installed ruby, but usually
> involves having the development headers for OpenSSL installed before
> you install ruby itself, or if using the ruby that is supplied by the
> OS, installing a package which has the ruby OpenSSL bindings
>
> Fred
>
> > I have worked through all of the following posts, trying each in turn,
> > without joy:
>
> >http://railsforum.com/viewtopic.php?id=25874http://railsforum.com/vie......
>
> > Even an explanation of what this error means, and what the root cause
> > could be. Most of the posts say things like “install X” and it will be
> > fixed. But those are not working for me.
>
> > Please help! This is driving me crazy!
>
> > Rob

-- 
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to