Note that there are some explanatory texts on larger screens.

plurals
  1. POTroubles with ruby-2.X installation using RVM
    primarykey
    data
    text
    <p>I recently came across of the ruby-2.0.0-p0 installation. After the successfully installation of the rvm i type the following command at the bash.</p> <pre><code>rvm install ruby-2.0.0-p0 </code></pre> <p>This this the result log.</p> <pre class="lang-bash prettyprint-override"><code>Searching for binary rubies, this might take some time. No binary rubies available for: debian/wheezy_sid/i386/ruby-2.0.0-p0. Continuing with compilation. Please read 'rvm mount' to get more information on binary rubies. Installing Ruby from source to: /home/javier/.rvm/rubies/ruby-2.0.0-p0, this may take a while depending on your cpu(s)... ruby-2.0.0-p0 - #downloading ruby-2.0.0-p0, this may take a while depending on your connection... ruby-2.0.0-p0 - #extracting ruby-2.0.0-p0 to /home/javier/.rvm/src/ruby-2.0.0-p0 ruby-2.0.0-p0 - #extracted to /home/javier/.rvm/src/ruby-2.0.0-p0 ruby-2.0.0-p0 - #configuring ruby-2.0.0-p0 - #compiling ruby-2.0.0-p0 - #installing Removing old Rubygems files... Installing rubygems-2.0.0 for ruby-2.0.0-p0 ... Error running 'env GEM_PATH=/home/javier/.rvm/gems/ruby-2.0.0-p0:/home/javier/.rvm/gems/ruby-2.0.0-p0@global:/home/javier/.rvm/gems/ruby-2.0.0-p0:/home/javier/.rvm/gems/ruby-2.0.0-p0@global GEM_HOME=/home/javier/.rvm/gems/ruby-2.0.0-p0 /home/javier/.rvm/rubies/ruby-2.0.0-p0/bin/ruby /home/javier/.rvm/src/rubygems-2.0.0/setup.rb', please read /home/javier/.rvm/log/ruby-2.0.0-p0/rubygems.install.log Installation of rubygems did not complete successfully. Saving wrappers to '/home/javier/.rvm/bin'. ruby-2.0.0-p0 - #adjusting #shebangs for (gem irb erb ri rdoc testrb rake). ruby-2.0.0-p0 - #importing default gemsets, this may take time ... Install of ruby-2.0.0-p0 - #complete Making gemset ruby-2.0.0-p0 pristine. Error running '' under , please read /home/javier/.rvm/log/ruby-2.0.0-p0/gemset.pristine.log Making gemset ruby-2.0.0-p0@global pristine. Error running '' under , please read /home/javier/.rvm/log/ruby-2.0.0-p0/gemset.pristine.log </code></pre> <p>Note that the process goes without troubles until the installation of ruby gems. What's going on here ??</p> <p>Any help appreciated.</p> <p><strong>First comment output</strong></p> <pre class="lang-bash prettyprint-override"><code>cat /home/javier/.rvm/log/ruby-2.0.0-p0/rubygems.install.log </code></pre> <pre class="lang-bash prettyprint-override"><code>/home/javier/.rvm/src/rubygems-2.0.0/lib/rubygems/core_ext/kernel_require.rb:45:in `require': cannot load such file -- openssl (LoadError) from /home/javier/.rvm/src/rubygems-2.0.0/lib/rubygems/core_ext/kernel_require.rb:45:in `require' from /home/javier/.rvm/src/rubygems-2.0.0/lib/rubygems/security.rb:8:in `&lt;top (required)&gt;' from /home/javier/.rvm/src/rubygems-2.0.0/lib/rubygems/core_ext/kernel_require.rb:45:in `require' from /home/javier/.rvm/src/rubygems-2.0.0/lib/rubygems/core_ext/kernel_require.rb:45:in `require' from /home/javier/.rvm/src/rubygems-2.0.0/lib/rubygems/package.rb:43:in `&lt;top (required)&gt;' from /home/javier/.rvm/src/rubygems-2.0.0/lib/rubygems/core_ext/kernel_require.rb:45:in `require' from /home/javier/.rvm/src/rubygems-2.0.0/lib/rubygems/core_ext/kernel_require.rb:45:in `require' from /home/javier/.rvm/src/rubygems-2.0.0/lib/rubygems/installer.rb:8:in `&lt;top (required)&gt;' from /home/javier/.rvm/src/rubygems-2.0.0/lib/rubygems/core_ext/kernel_require.rb:45:in `require' from /home/javier/.rvm/src/rubygems-2.0.0/lib/rubygems/core_ext/kernel_require.rb:45:in `require' from /home/javier/.rvm/src/rubygems-2.0.0/lib/rubygems/request_set.rb:5:in `&lt;top (required)&gt;' from /home/javier/.rvm/src/rubygems-2.0.0/lib/rubygems.rb:195:in `finish_resolve' from /home/javier/.rvm/src/rubygems-2.0.0/lib/rubygems/rdoc.rb:14:in `&lt;top (required)&gt;' from /home/javier/.rvm/src/rubygems-2.0.0/lib/rubygems/core_ext/kernel_require.rb:45:in `require' from /home/javier/.rvm/src/rubygems-2.0.0/lib/rubygems/core_ext/kernel_require.rb:45:in `require' from /home/javier/.rvm/src/rubygems-2.0.0/lib/rubygems/uninstaller.rb:10:in `&lt;top (required)&gt;' from /home/javier/.rvm/src/rubygems-2.0.0/lib/rubygems/core_ext/kernel_require.rb:45:in `require' from /home/javier/.rvm/src/rubygems-2.0.0/lib/rubygems/core_ext/kernel_require.rb:45:in `require' from /home/javier/.rvm/src/rubygems-2.0.0/lib/rubygems/commands/setup_command.rb:440:in `uninstall_old_gemcutter' from /home/javier/.rvm/src/rubygems-2.0.0/lib/rubygems/commands/setup_command.rb:144:in `execute' from /home/javier/.rvm/src/rubygems-2.0.0/lib/rubygems/command.rb:305:in `invoke_with_build_args' from /home/javier/.rvm/src/rubygems-2.0.0/lib/rubygems/command_manager.rb:170:in `process_args' from /home/javier/.rvm/src/rubygems-2.0.0/lib/rubygems/command_manager.rb:130:in `run' from /home/javier/.rvm/src/rubygems-2.0.0/lib/rubygems/gem_runner.rb:60:in `run' from setup.rb:45:in `&lt;main&gt;' RubyGems 2.0.0 installed </code></pre> <p><strong>Second comment output And the other command</strong></p> <pre class="lang-bash prettyprint-override"><code>rvm use --default 2.0.0 </code></pre> <pre class="lang-none prettyprint-override"><code>RVM is not a function, selecting rubies with 'rvm use ...' will not work. You need to change your terminal emulator preferences to allow login shell. Sometimes it is required to use `/bin/bash --login` as the command. Please visit https://rvm.io/integration/gnome-terminal/ for a example. </code></pre>
    singulars
    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