I got ruby and gems installed on Red Hat, then updated gems.
I am now trying to install Rails with gems and am getting the error:
SSL not installed on this system
Is there any way around this other than installing OpenSSL?
thanks
Jackster
I got ruby and gems installed on Red Hat, then updated gems.
I am now trying to install Rails with gems and am getting the error:
SSL not installed on this system
Is there any way around this other than installing OpenSSL?
thanks
Jackster
I found the fix:
Assuming your source is at /usr/src/ruby-1.8.6
cd /usr/src/ruby-1.8.6/ext/openssl
sudo ruby extconf.rb
sudo make
sudo make install
jackster
John S. wrote:
I got ruby and gems installed on Red Hat, then updated gems.
I am now trying to install Rails with gems and am getting the error:SSL not installed on this system
Is there any way around this other than installing OpenSSL?
thanks
Jackster
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs