This is something like what I use, modify to your own designs:

mkdir ~/src

package=ruby

cd ~/src && curl -O ftp://ftp.ruby-lang.org/pub/ruby/stable-snapshot.tar.gz

tar zxf stable-snapshot.tar.gz && cd ruby && ./configure --prefix=/usr/local
--disable-pthread --with-readline-dir=/usr/local

make && sudo make install && cd ~/src
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to