Skip to content

Instantly share code, notes, and snippets.

@kapfenho
Created March 16, 2012 19:04
Show Gist options
  • Save kapfenho/2051875 to your computer and use it in GitHub Desktop.
Save kapfenho/2051875 to your computer and use it in GitHub Desktop.
Compile ruby on Linux RHEL
cd yaml-0.1.4
./configure --prefix=/appl/oracle/local
make
make install
cd ../ruby-1.9.3-p125
make clean
./configure --prefix=/appl/oracle/local --enable-shared --disable-install-doc --with-opt-dir=/appl/oracle/local/lib
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment