The Ruby package contains the Ruby development environment. This is useful for object-oriented scripting.
Download (HTTP): http://www.ibiblio.org/pub/languages/ruby/ruby/ruby-1.8.2.tar.gz
Download (FTP): ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.2.tar.gz
Download MD5 sum: 8ffc79d96f336b80f2690a17601dea9b
Download size: 3.5 MB
Estimated disk space required: 55.2 MB
Estimated build time: 0.9 SBU
Required patch to fix a vulnerability which allows remote attackers to execute arbitrary commands: http://www.ruby-lang.org/patches/ruby-1.8.2-xmlrpc-ipimethods-fix.diff
OpenSSL-0.9.7g, Tk-8.4.11, Berkeley DB-4.3.28 and GDBM-1.8.3
Install Ruby by running the following commands:
patch -Np1 -i ../ruby-1.8.2-xmlrpc-ipimethods-fix.diff && ./configure --prefix=/usr --enable-shared \ --enable-pthread --enable-install-doc && make
To test the results, issue: make test.
Now, as the root user:
make install
--enable-shared: This parameter builds the libruby shared library.
--enable-pthread: This parameter links the threading library into the Ruby build.
Last updated on 2005-08-09 19:50:01 -0600