General

Profile

weigui (wei gui)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 0 0

Activity

05/28/2011

04:04 PM Ruby Bug #1157: missing zlib.rb?
The error is due to zlib1g-dev is not installed by default. In ubuntu, to solve it:
1. sudo apt-get install zlib1g-dev # to install the dependent zlib
2. cd <ruby-src>/ext/zlib # go to ext/zlib in ruby source directory
2. ruby extconf...
weigui (wei gui)

Also available in: Atom