January 2012
1 post
Installing pre-requisites for successful Ruby...
Since I am constantly forgetting to do this before compilation, I thought I would post about it in case it benefits others.
$ gem install rake
ERROR: Loading command: install (LoadError) cannot load such file — zlib
Installing rvm and ruby requires various per-requisites, namely development libraries ruby builds against during compilation. The RVM site leads you towards...