Note that there are some explanatory texts on larger screens.

plurals
  1. POrails install - ERROR ... executing gem ... (OpenSSL::SSL::SSLError) SSL_connect ... read server hello A: wrong version number
    primarykey
    data
    text
    <p>I am very new to Linux (been living in MS world for many years). I thought I'd try something different, like ruby on rails under linux. Been trying to get a dev machine set up, and I must say, it's been quite overwhelming! Here is what I have done so far, and my current problem that I cannot figure out:</p> <p>Installed Linux Mint 15 (was this a bad choice? the only reason I ask is all the difficulties I've had so far)</p> <p>Ran the update manager and installed all updates.</p> <p>Install git</p> <pre><code>sudo apt-get install git </code></pre> <p>Install rbenv</p> <pre><code>git clone https://github.com/sstephenson/rbenv.git ~/.rbenv echo 'export PATH="$HOME/.rbenv/bin:$PATH"' &gt;&gt; ~/.bashrc echo 'eval "$(rbenv init -)"' &gt;&gt; ~/.bashrc </code></pre> <p>Install ruby-build as a rbenv plugin</p> <pre><code>git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build </code></pre> <p>Install opensssl (the ruby install fails if I don't do this)</p> <pre><code>sudo apt-get install libssl-dev </code></pre> <p>Install ruby</p> <pre><code>rbenv install 2.0.0-p247 </code></pre> <p>Set my ruby version</p> <pre><code>rbenv global 2.0.0-p247 </code></pre> <p>Install rails</p> <pre><code>gem install rails </code></pre> <p>This fails with </p> <pre><code>Fetching: i18n-0.6.5.gem (100%) Successfully installed i18n-0.6.5 ERROR: While executing gem ... (OpenSSL::SSL::SSLError) SSL_connect returned=1 errno=0 state=SSLv3 read server hello A: wrong version number </code></pre> <p>So apparently, there's still something not quite right with the ssl lib? Either that or I've taken a wrong step somewhere? Please help, thanks!</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload