Trying to get Ruby 1.9.1 up and running with RVM on a fresh install (fedora).
After doing rvm install 1.9.1
, the rubygems error logs show that zlib can
Also, you do know that 1.9.1 is horribly broken which is why no one uses it seriously, right? The importance this has to the question asked is that many people do not realize this and attempt to use it with such APIs as Ruby On Rails. However, as rubyonrails.org/download states, Ruby 1.9.1 is not supported for use with Rails as it is broken.
Since you are using Fedora try running:
yum install zlib-devel.i686
And then try installing ruby 1.9.1 using RVM
rvm install 1.9.1