Last Updated: February 25, 2016
·
2.687K
· caueguerra

Installing ruby using rbenv and Mac OS X 10.9 Maverick

export CPPFLAGS=-I/opt/X11/include

CONFIGURE_OPTS="--with-openssl-dir=`brew --prefix openssl` --with-gcc=clang" rbenv install 1.9.3-p429

1 Response
Add your response

Well, for installing Ruby 2.0.0-p195, the following command executes successfully:

CONFIGURE_OPTS="--with-openssl-dir=brew --prefix openssl --without-tcl --without-tk" rbenv install 2.0.0-p195

over 1 year ago ·