Created
October 9, 2012 17:02
-
-
Save harrylove/3860060 to your computer and use it in GitHub Desktop.
Install Ruby Enterprise Edition from source on SmartOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install any dependencies with pkgin | |
pkgin in gmake ruby18 readline ncurses gcc47 curl apr apr-util apache ap22-xsendfile postgresql91 | |
# Install REE | |
env CFLAGS="-I/opt/local/include -O2 -fno-tree-dce -fno-optimize-sibling-calls" ./ruby-enterprise/installer | |
# Test for segfault | |
gem update --system |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment