pcneuf:/home/mba/ror/ruby-1.8.6# gem install rails --include-dependencies DOESN''T WORK, I GET: /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'': no such file to load -- zlib (LoadError) .... etc .... I found this subject in the forum, it migt be because of zlib (???) I compiled zlib and zlib-devel before ruby but no effect ! Thank you for your help MBA (PS: I use Debian Sid, it could be one of the reason why !) -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On 24 Mar 2008, at 13:18, Max Baudin wrote:> > pcneuf:/home/mba/ror/ruby-1.8.6# gem install rails > --include-dependencies > DOESN''T WORK, I GET: > /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in > `gem_original_require'': no such file to load -- zlib (LoadError) > .... etc ....Try install the libzlib-ruby package (via apt-get or whatever you want). Debian likes splitting up the standard install of ruby into 3 million little packages. Fre> > I found this subject in the forum, it migt be because of zlib (???) > I compiled zlib and zlib-devel before ruby but no effect ! > Thank you for your help > MBA > (PS: I use Debian Sid, it could be one of the reason why !) > -- > Posted via http://www.ruby-forum.com/. > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Frederick Cheung wrote:> On 24 Mar 2008, at 13:18, Max Baudin wrote: > >> >> pcneuf:/home/mba/ror/ruby-1.8.6# gem install rails >> --include-dependencies >> DOESN''T WORK, I GET: >> /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in >> `gem_original_require'': no such file to load -- zlib (LoadError) >> .... etc .... > > Try install the libzlib-ruby package (via apt-get or whatever you > want). Debian likes splitting up the standard install of ruby into 3 > million little packages. > Fre************************** Thank you Fred Sorry, It doesn''t work Has anyone more idea ? ************************** pcneuf:/home/mba/ror# gem install rails --include-dependencies /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:10 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/format.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/installer.rb:11 ... 11 levels... from /usr/local/lib/ruby/site_ruby/1.8/rubygems/command_manager.rb:103:in `process_args'' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/command_manager.rb:74:in `run'' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/gem_runner.rb:39:in `run'' from /usr/local/bin/gem:22 pcneuf:/home/mba/ror# -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---