[Rails] Re: no such file to load -- openssl (LoadError) - Deperate for solution after 3 days

2011-11-13 Thread mg1313
Check this tutorial I've made: http://www.mirceagoia.com/2011/11/ruby-on-rails-installation-ubuntu-linux-mint/ There you can find the error you are having here and see the solution... Mircea On Nov 6, 4:40 pm, Rob on the Rails wrote: > no such file to load -- openssl (LoadError) >  - Deperate

[Rails] Re: no such file to load -- openssl (LoadError) - Deperate for solution after 3 days

2011-11-07 Thread Frederick Cheung
On Nov 6, 10:49 pm, Rob on the Rails wrote: > Leonardo, > > I did the re-install as below, then searched the build log as > suggested (also below). Mine looks almost identical to yours, unless I > am missing something. But the results are the same. I am really > stumped. > > Grateful for any mor

[Rails] Re: no such file to load -- openssl (LoadError) - Deperate for solution after 3 days

2011-11-07 Thread shireesh
hope you have updated rvm to latest version (rvm update) before installing ruby 1.9.3. regards shireesh On Nov 6, 7:40 pm, Rob on the Rails wrote: > no such file to load -- openssl (LoadError) >  - Deperate for solution after 3 days > > Does anybody have an answer, or ever some explanation of th

[Rails] Re: no such file to load -- openssl (LoadError) - Deperate for solution after 3 days

2011-11-06 Thread Rob on the Rails
Mircea, Thank you. I just downloaded your instructions. They look really detailed, and exactly the kind of thing I have been looking for. I will give them a go and let you know how I get on. Regards Rob On Nov 6, 11:35 pm, mg1313 wrote: > Find here a detailed RoR installation tutorial, inclu

[Rails] Re: no such file to load -- openssl (LoadError) - Deperate for solution after 3 days

2011-11-06 Thread mg1313
Find here a detailed RoR installation tutorial, including how to solve that error message: http://www.mirceagoia.com/2011/11/ruby-on-rails-installation-ubuntu-linux-mint/ Mircea On Nov 6, 4:40 pm, Rob on the Rails wrote: > no such file to load -- openssl (LoadError) >  - Deperate for solution a

[Rails] Re: no such file to load -- openssl (LoadError) - Deperate for solution after 3 days

2011-11-06 Thread Rob on the Rails
Leonardo, I did the re-install as below, then searched the build log as suggested (also below). Mine looks almost identical to yours, unless I am missing something. But the results are the same. I am really stumped. Grateful for any more suggestions - or diagnostics that I could run to check out

Re: [Rails] Re: no such file to load -- openssl (LoadError) - Deperate for solution after 3 days

2011-11-06 Thread Leonardo Mateo
On Sun, Nov 6, 2011 at 3:37 PM, Rob on the Rails wrote: > Leonardo, > > Still not working I am afraid..Thank you for your continuing help. > > Synaptics package manager tells me that openssl files are here: > > /etc/ssl > /etc/ssl/certs > /etc/ssl/openssl.cnf > /etc/ssl/private > /usr > /usr/bin >

[Rails] Re: no such file to load -- openssl (LoadError) - Deperate for solution after 3 days

2011-11-06 Thread Rob on the Rails
Leonardo, Still not working I am afraid..Thank you for your continuing help. Synaptics package manager tells me that openssl files are here: /etc/ssl /etc/ssl/certs /etc/ssl/openssl.cnf /etc/ssl/private /usr /usr/bin /usr/bin/c_rehash /usr/bin/openssl /usr/lib /usr/lib/ssl /usr/lib/ssl/certs /us

Re: [Rails] Re: no such file to load -- openssl (LoadError) - Deperate for solution after 3 days

2011-11-06 Thread Leonardo Mateo
On Sun, Nov 6, 2011 at 1:53 PM, Rob on the Rails wrote: > Leonardo, > > Thank you for your suggestions. I just went through your instructions, > de-installed ruby, installed the libraries, installed rvm and used rvm > to install the latest version. > > But no luck I am afraid. The error message on

[Rails] Re: no such file to load -- openssl (LoadError) - Deperate for solution after 3 days

2011-11-06 Thread Rob on the Rails
Leonardo, Thank you for your suggestions. I just went through your instructions, de-installed ruby, installed the libraries, installed rvm and used rvm to install the latest version. But no luck I am afraid. The error message on starting rails server is exactly the same, as follows: $ rails serv

Re: [Rails] Re: no such file to load -- openssl (LoadError) - Deperate for solution after 3 days

2011-11-06 Thread Leonardo Mateo
On Sun, Nov 6, 2011 at 12:38 PM, Rob on the Rails wrote: > 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

[Rails] Re: no such file to load -- openssl (LoadError) - Deperate for solution after 3 days

2011-11-06 Thread Rob on the Rails
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

[Rails] Re: no such file to load -- openssl (LoadError) - Deperate for solution after 3 days

2011-11-06 Thread Frederick Cheung
On Nov 6, 2:40 pm, Rob on the Rails 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 da