Skip to content

Instantly share code, notes, and snippets.

@chsh
Created February 23, 2011 08:14
Show Gist options
  • Select an option

  • Save chsh/840162 to your computer and use it in GitHub Desktop.

Select an option

Save chsh/840162 to your computer and use it in GitHub Desktop.
Howto install ruby 1.9.2-p180 using rvm with readline package.
Mac OS X 10.6.6 において
rvm install 1.9.2-p180
で readline.c がエラーになったので、
rvm package install readline
をやって
rvm install ruby-1.9.2-p180 -C --enable-shared,--with-readline-dir=$HOME/.rvm/usr
としたら無事にインストールできました。
前にも同じことがあったのかも。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment