Skip to content

Instantly share code, notes, and snippets.

@gardentree
Created October 13, 2011 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gardentree/1284361 to your computer and use it in GitHub Desktop.
Save gardentree/1284361 to your computer and use it in GitHub Desktop.
rvmでzlibが動作しない時に
rvm pkg install zlib
cd ~/.rvm/src/zlib-1.2.5
./configure
make
sudo make install
cd ~/.rvm/src/ruby-1.9.2-p290/ext/zlib/
ruby extconf.rb
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment