I can not implement RoR

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 !)

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

Frederick Cheung wrote: