From: Brian Candler Date: 2008-10-09T17:09:14+09:00 Subject: Re: gem_original_require zlib problem Steve Dame wrote: > I get the following dump (any idea how to fix this?) > > /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in > `gem_original_require': no such file to load -- zlib (LoadError) > from If you built ruby itself from source, this means that the zlib extension wasn't built at that time. This in turn probably means that you didn't have the zlib development headers installed at the time. Check you have a package called something like 'zlib-devel' and rebuild ruby. -- Posted via http://www.ruby-forum.com/.