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/.

.



Relevant Pages

  • Re: gem_original_require zlib problem
    ... Brian Candler wrote: ... If you built ruby itself from source, this means that the zlib extension ... Check you have a package called something like 'zlib-devel' and rebuild ...
    (comp.lang.ruby)
  • Re: gem_original_require zlib problem
    ... If you built ruby itself from source, this means that the zlib extension ... Check you have a package called something like 'zlib-devel' and rebuild ...
    (comp.lang.ruby)