ruby Syndicate content

Ruby errors on CentOS 5.2

I recently needed to setup a Ruby on Rails server for one of our developers. Since he's usually setup his own Ruby environments in the past, this was a new procedure for me. Errors and troubles always come with learning something new and I was getting a "ruby no such file to load -- zlib (LoadError)" message when installing rubygems. I also encountered a "no such file to load -- openssl" when trying to start the rails server.