Wayne E. Seguin wrote:
> 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

OK. Will try a few things out tomorrow and report back.
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to