From: Vivek Singh Date: 2009-02-21T22:42:19+09:00 Subject: ruby-1.9.1 installation on RHEL-4 Hi, I am trying to install ruby-1.9.1 on my RHEL-4 system. make install as su gives me this error: . . . . Generating RI... /home/vivek/churp/ruby-1.9.1-p0/lib/yaml.rb:9:in `require': no such file to load -- stringio (LoadError) from /home/vivek/churp/ruby-1.9.1-p0/lib/yaml.rb:9:in `' from /home/vivek/churp/ruby-1.9.1-p0/lib/rdoc/ri/descriptions.rb:1:in `require' from /home/vivek/churp/ruby-1.9.1-p0/lib/rdoc/ri/descriptions.rb:1:in `' from /home/vivek/churp/ruby-1.9.1-p0/lib/rdoc/ri/reader.rb:2:in `require' from /home/vivek/churp/ruby-1.9.1-p0/lib/rdoc/ri/reader.rb:2:in `' from /home/vivek/churp/ruby-1.9.1-p0/lib/rdoc/generator/ri.rb:5:in `require' from /home/vivek/churp/ruby-1.9.1-p0/lib/rdoc/generator/ri.rb:5:in `' from /home/vivek/churp/ruby-1.9.1-p0/lib/rdoc/rdoc.rb:268:in `require' from /home/vivek/churp/ruby-1.9.1-p0/lib/rdoc/rdoc.rb:268:in `document' from ./bin/rdoc:15:in `
' make: *** [rdoc] Error 1 I have already tried installing ruby-1.8.7 and got some other error. I hope this forum will help me. Regards Vivek -- Posted via http://www.ruby-forum.com/.