|
problem installing ruby on rails
i am trying to install ruby on rail in RHEL4. I have installed ruby 1.8.6 via source. Then i installed rubygems as well via source. now when i try to install rails gem with the command
gem install rails
its giving error like
Zlib::GzipFile::Error
unexpected end of file
how should i install rails?
any help would be appreciated
thanks in advance.
|