I get this when trying to install gems:
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require’: no such file to load – rdoc/rdoc (LoadError)
The trouble is, I also get it when trying to install rubygems…so I
wound up installing 0.9.4. I can’t seem to get an earlier version on
the machine…
I get this when trying to install gems:
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require’: no such file to load – rdoc/rdoc (LoadError)
The trouble is, I also get it when trying to install rubygems…so I
wound up installing 0.9.4. I can’t seem to get an earlier version on
the machine…
Any ideas?
I’m not entirely sure this is the issue, but it appears that you’re
trying to install the gems on a system that only has ruby installed,
but not the other ruby-tools like irb, ir, rdoc, etc.
You can either try skipping the RDoc documentation generation when
installing the gems (‘gem help install’ and look for the --no-rdoc
option), or else install the packages that provide the above mentioned
tools:
I get this when trying to install gems:
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require’: no such file to load – rdoc/rdoc (LoadError)
The trouble is, I also get it when trying to install rubygems…so I
wound up installing 0.9.4. I can’t seem to get an earlier version on
the machine…
Any ideas?
Thanks,
Ron
I had the same problem, from Peter’s reply, i installed “ri” and that
solved the problem.
I get this when trying to install gems:
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require’: no such file to load – rdoc/rdoc (LoadError)
The trouble is, I also get it when trying to install rubygems…so I
wound up installing 0.9.4. I can’t seem to get an earlier version on
the machine…
I’m not entirely sure this is the issue, but it appears that you’re
trying to install the gems on a system that only has ruby installed,
but not the other ruby-tools like irb, ir, rdoc, etc.
You can either try skipping the RDoc documentation generation when
installing the gems (‘gem help install’ and look for the --no-rdoc
option), or else install the packages that provide the above mentioned
tools: