Yaml
- download
yaml lib installation
download by wget
$ wget http://pyyaml.org/download/libyaml/yaml-0.1.6.tar.gz $ tar xf yaml-0.1.6.tar.gz && cd yaml-0.1.6
compile and installation
$ ./configure --prefix=/usr/local $ make && sudo make install
ruby
ruby installation
download by wget
$ wget http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.2.tar.gz $ tar xf ruby-2.1.2.tar.gz && cd ruby-2.1.2
compile and install
$ ./configure --prefix=/usr/local/ruby --enable-shared --with-opt-dir=/usr/local/lib $ make && sudo make install
libs installation
- openssl
$ cd ext/openssl $ ruby extconf.rb $ make && sudo make install
- openssl