Mac に rbenv で Ruby 1.9.3-p327 インストール
$ CONFIGURE_OPTS="--without-tcl --without-tk" rbenv install 1.9.3-p327
上でダメなら下
$ curl -fsSL "https://github.com/ruby/ruby/commit/0d58bb55985e787364b0235e5e69278d0f0ad4b0.patch" | \
filterdiff -x a/ChangeLog | rbenv install --patch 1.9.3-p327
上でダメ下
$ xcode-select --install
$ brew install readline openssl
$ CONFIGURE_OPTS="--with-readline-dir=$(brew --prefix readline) --with-openssl-dir=$(brew --prefix openssl)" rbenv install 1.9.3-p327
Author And Source
この問題について(Mac に rbenv で Ruby 1.9.3-p327 インストール), 我々は、より多くの情報をここで見つけました https://qiita.com/SaitoJP/items/75a674197f74d0fd9da2著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .