Hi all -
I am trying to get Mongrel installed on an old box but am having
troubles. The box is running Ubuntu and I have installed the latest
ruby, rails, and gems as far as I can tell. This is what I am
getting:
mongrel1@mongrel1:~$ sudo gem install mongrel
/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 /usr/local/lib/ruby/site_ruby/1.8/rubygems/
custom_require.rb:27:in `require''
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/package.rb:9
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/
custom_require.rb:27:in `gem_original_require''
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/
custom_require.rb:27:in `require''
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/builder.rb:7
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/
custom_require.rb:27:in `gem_original_require''
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/
custom_require.rb:27:in `require''
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:93:in
`manage_gems''
from /usr/local/bin/gem:10
mongrel1@mongrel1:~$
Any ideas? Any help greatly appreciated.
-Adam
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---
It looks like you might be missing one or more of the following packages, installable with "sudo apt-get install (package name)": build-essential libzlib-ruby zlib1g zlib1g-dev -- -- AL -- On Tue, 2007-03-27 at 08:09 -0700, northband wrote:> Hi all - > > I am trying to get Mongrel installed on an old box but am having > troubles. The box is running Ubuntu and I have installed the latest > ruby, rails, and gems as far as I can tell. This is what I am > getting: > > mongrel1@mongrel1:~$ sudo gem install mongrel > /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 /usr/local/lib/ruby/site_ruby/1.8/rubygems/ > custom_require.rb:27:in `require'' > from /usr/local/lib/ruby/site_ruby/1.8/rubygems/package.rb:9 > from /usr/local/lib/ruby/site_ruby/1.8/rubygems/ > custom_require.rb:27:in `gem_original_require'' > from /usr/local/lib/ruby/site_ruby/1.8/rubygems/ > custom_require.rb:27:in `require'' > from /usr/local/lib/ruby/site_ruby/1.8/rubygems/builder.rb:7 > from /usr/local/lib/ruby/site_ruby/1.8/rubygems/ > custom_require.rb:27:in `gem_original_require'' > from /usr/local/lib/ruby/site_ruby/1.8/rubygems/ > custom_require.rb:27:in `require'' > from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:93:in > `manage_gems'' > from /usr/local/bin/gem:10 > mongrel1@mongrel1:~$ > > > Any ideas? Any help greatly appreciated. > > -Adam > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
see: http://rubyforge.org/tracker/index.php?func=detail&aid=2196&group_id=126&atid=576 On 3/27/07, northband <northband-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hi all - > > I am trying to get Mongrel installed on an old box but am having > troubles. The box is running Ubuntu and I have installed the latest > ruby, rails, and gems as far as I can tell. This is what I am > getting: > > mongrel1@mongrel1:~$ sudo gem install mongrel > /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 /usr/local/lib/ruby/site_ruby/1.8/rubygems/ > custom_require.rb:27:in `require'' > from /usr/local/lib/ruby/site_ruby/1.8/rubygems/package.rb:9 > from /usr/local/lib/ruby/site_ruby/1.8/rubygems/ > custom_require.rb:27:in `gem_original_require'' > from /usr/local/lib/ruby/site_ruby/1.8/rubygems/ > custom_require.rb:27:in `require'' > from /usr/local/lib/ruby/site_ruby/1.8/rubygems/builder.rb:7 > from /usr/local/lib/ruby/site_ruby/1.8/rubygems/ > custom_require.rb:27:in `gem_original_require'' > from /usr/local/lib/ruby/site_ruby/1.8/rubygems/ > custom_require.rb:27:in `require'' > from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:93:in > `manage_gems'' > from /usr/local/bin/gem:10 > mongrel1@mongrel1:~$ > > > Any ideas? Any help greatly appreciated. > > -Adam > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---