Re: gem_original_require zlib problem
- From: Brian Candler <b.candler@xxxxxxxxx>
- Date: Thu, 9 Oct 2008 03:09:14 -0500
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/.
.
- Follow-Ups:
- Re: gem_original_require zlib problem
- From: Hondo Burney
- Re: gem_original_require zlib problem
- References:
- gem_original_require zlib problem
- From: Steve Dame
- gem_original_require zlib problem
- Prev by Date: Re: Suggestions for common/global data in app (cli)
- Next by Date: Builder::XmlMarkup extra to_s tag
- Previous by thread: Re: gem_original_require zlib problem
- Next by thread: Re: gem_original_require zlib problem
- Index(es):
Relevant Pages
|