zlib and ruby
Every so often I find myself trying to compile ruby from scratch on Ubuntu. This brings up problems with zlib. I've dealt with it in as many ways as times I've compiled it, but I just found the nicest solution yet tucked away on the Ubuntu forum.
After you run ./configure, vi ext/Setup and uncomment the zlib line. Then make. Jeeeeez.
Leave a Reply