Skip to content

Instantly share code, notes, and snippets.

@scumola
Created October 5, 2012 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scumola/3842292 to your computer and use it in GitHub Desktop.
Save scumola/3842292 to your computer and use it in GitHub Desktop.
with 1.15.10
[root@qa-bacin-app01 ~]# rvm install 1.9.3 --color=0
Fetching yaml-0.1.4.tar.gz to /usr/local/rvm/archives
Extracting yaml-0.1.4.tar.gz to /usr/local/rvm/src
Prepare yaml in /usr/local/rvm/src/yaml-0.1.4.
Configuring yaml in /usr/local/rvm/src/yaml-0.1.4.
Compiling yaml in /usr/local/rvm/src/yaml-0.1.4.
Installing yaml to /usr/local/rvm/usr
Installing Ruby from source to: /usr/local/rvm/rubies/ruby-1.9.3-p194, this may take a while depending on your cpu(s)...
ruby-1.9.3-p194 - #downloading ruby-1.9.3-p194, this may take a while depending on your connection...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 9610k 100 9610k 0 0 314k 0 0:00:30 0:00:30 --:--:-- 486k
ruby-1.9.3-p194 - #extracting ruby-1.9.3-p194 to /usr/local/rvm/src/ruby-1.9.3-p194
ruby-1.9.3-p194 - #extracted to /usr/local/rvm/src/ruby-1.9.3-p194
ruby-1.9.3-p194 - #configuring
ruby-1.9.3-p194 - #compiling
ruby-1.9.3-p194 - #installing
Retrieving rubygems-1.8.24
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 371k 100 371k 0 0 6106k 0 --:--:-- --:--:-- --:--:-- 14.3M
Extracting rubygems-1.8.24 ...
Removing old Rubygems files...
Installing rubygems-1.8.24 for ruby-1.9.3-p194 ...
Installation of rubygems completed successfully.
ruby-1.9.3-p194 - adjusting #shebangs for (gem irb erb ri rdoc testrb rake).
ruby-1.9.3-p194 - #importing default gemsets (/usr/local/rvm/gemsets/)
Install of ruby-1.9.3-p194 - #complete
[root@qa-bacin-app01 ~]# gem list
*** LOCAL GEMS ***
bundler (1.2.1)
rake (0.9.2.2)
rubygems-bundler (1.1.0)
rvm (1.11.3.5)
[root@qa-bacin-app01 ~]# rvm --version
rvm 1.15.10 (version) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]
[root@qa-bacin-app01 ~]# !ldd
ldd /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/x86_64-linux/psych.so
libruby.so.1.9 => /usr/local/rvm/rubies/ruby-1.9.3-p194/lib/libruby.so.1.9 (0x00002aaaaacb3000)
libyaml-0.so.2 => /usr/local/rvm/usr/lib/libyaml-0.so.2 (0x00002aaaab0e3000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00002aaaab30d000)
librt.so.1 => /lib64/librt.so.1 (0x00002aaaab529000)
libdl.so.2 => /lib64/libdl.so.2 (0x00002aaaab732000)
libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00002aaaab936000)
libm.so.6 => /lib64/libm.so.6 (0x00002aaaabb6f000)
libc.so.6 => /lib64/libc.so.6 (0x00002aaaabdf2000)
/lib64/ld-linux-x86-64.so.2 (0x0000555555554000)
[root@qa-bacin-app01 ~]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment