Unable to gem install rails

I am unable to install rails via the CLI, Fedora 13. This is a new installation and I am not certain why I am receiving this error.

ERROR: Loading command: install (LoadError)     no such file to load -- zlib ERROR: While executing gem ... (NameError)     uninitialized constant Gem::Commands::InstallCommand

ubyGems Environment:   - RUBYGEMS VERSION: 1.3.7   - RUBY VERSION: 1.9.1 (2009-12-07 patchlevel 376) [x86_64-linux]   - INSTALLATION DIRECTORY: /usr/local/lib/ruby/gems/1.9.1   - RUBY EXECUTABLE: /usr/local/bin/ruby   - EXECUTABLE DIRECTORY: /usr/local/bin   - RUBYGEMS PLATFORMS:     - ruby     - x86_64-linux   - GEM PATHS:      - /usr/local/lib/ruby/gems/1.9.1      - /root/.gem/ruby/1.9.1   - GEM CONFIGURATION:      - :update_sources => true      - :verbose => true      - :benchmark => false      - :backtrace => false      - :bulk_threshold => 1000   - REMOTE SOURCES:      - http://rubygems.org/

You would get a pretty good idea by googling that last line.

Just sayin' ...

Hassan Schroeder wrote: