My bash is 3.2.51, i have curl, no git, i have patch.
vagrant@vagrant-sles-11-x86_64:~> bash --version
GNU bash, version 3.2.51(1)-release (x86_64-suse-linux-gnu)
Copyright (C) 2007 Free Software Foundation, Inc.
vagrant@vagrant-sles-11-x86_64:~> rvm requirements
Requirements for Linux ( SUSE Linux Enterprise Server 11 (x86_64)
VERSION = 11
PATCHLEVEL = 2 )
NOTE: 'ruby' represents Matz's Ruby Interpreter (MRI) (1.8.X, 1.9.X)
This is the *original* / standard Ruby Language Interpreter
'ree' represents Ruby Enterprise Edition
'rbx' represents Rubinius
bash >= 4.1 required
curl is required
git is required (>= 1.7 for ruby-head)
patch is required (for 1.8 rubies and some ruby-head's).
To install rbx and/or Ruby 1.9 head (MRI) (eg. 1.9.2-head),
then you must install and use rvm 1.8.7 first.
Additional Dependencies:
# For Ruby / Ruby HEAD (MRI, Rubinius, & REE), install the following:
ruby: sudo zypper install -y patterns-openSUSE-devel_basis gcc-c++ bzip2 readline-devel zlib-devel
libxml2-devel libxslt-devel libyaml-devel libopenssl-devel libffi45-devel
libtool bison
# For JRuby, install the following:
jruby: sudo zypper install -y java-1_6_0-sun # Non-Oss repository required
/home/vagrant/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require': libyaml-0.so.2: cannot open shared object file: No such file or directory - /home/vagrant/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/x86_64-linux/psych.so (LoadError)
from /home/vagrant/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /home/vagrant/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/psych.rb:1:in `<top (required)>'
from /home/vagrant/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /home/vagrant/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
vagrant@vagrant-sles-11-x86_64:~> ls -l /home/vagrant/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/x86_64-linux/psych.so
-rwxr-xr-x 1 vagrant users 40850 Oct 25 10:51 /home/vagrant/.rvm/rubies/ruby-1.9.3-p286/lib/ruby/1.9.1/x86_64-linux/psych.so