Could somene take a moment and translate this into English for me?
I’m trying to install NorfelloCMMS, which runs on Ruby/Rails, and the
prerequisites instructions say to run:
gem install rmagick gettext libxml-ruby
Which immediately blows up with the error message below. Any help
would be appreciated.
This is a virgin install of Centos 5.0 with freshly downloaded and
installed ruby (source install from the ruby site).
It seems to be unhappy about “gem_original_require” but I haven’t got
a clue where this should be or come from.
Any thoughts?
Thanks!
Terry
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in
gem_original_require': no such file to load -- zlib (LoadError) from /usr/local/lib/ruby/site_ruby/1.8/rubygems/ custom_require.rb:31: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:31:in gem_original_require' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/ custom_require.rb:31: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:31:in gem_original_require' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/ custom_require.rb:31: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:104:in process_args' from /usr/local/lib/ruby/site_ruby/1.8/rubygems/ command_manager.rb:75:in
run’
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/gem_runner.rb:
39:in `run’
from /usr/local/bin/gem:24