F
Foolish Brat
Dear all,
I was trying to install first ruby gems.
I have successfully done the following:
$ ruby setup.rb config --prefix=/home/mystuff
$ ruby setup.rb setup
But when I run this command:
$ ruby setup.rb install
...sth..
As of RubyGems 0.8.0, library stubs are no longer needed.
Searching $LOAD_PATH for stubs to optionally delete (may take a
while)...
...done.
No library stubs found.
Consequently I can't install antying like that with Gems.
"gem" command doesn't work.
$ gem --help
/home/ewijaya/.ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in
`gem_original_require': no such file to load -- sources (LoadError)
from
/home/ewijaya/.ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in
`require'
from
/home/ewijaya/.ruby/lib/ruby/site_ruby/1.8/rubygems/source_info_cache.rb:6
How can I resolve this problem?
I am using:
ruby 1.8.6 (2007-03-13 patchlevel 0) [i686-linux]
I was trying to install first ruby gems.
I have successfully done the following:
$ ruby setup.rb config --prefix=/home/mystuff
$ ruby setup.rb setup
But when I run this command:
$ ruby setup.rb install
...sth..
As of RubyGems 0.8.0, library stubs are no longer needed.
Searching $LOAD_PATH for stubs to optionally delete (may take a
while)...
...done.
No library stubs found.
Consequently I can't install antying like that with Gems.
"gem" command doesn't work.
$ gem --help
/home/ewijaya/.ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in
`gem_original_require': no such file to load -- sources (LoadError)
from
/home/ewijaya/.ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:32:in
`require'
from
/home/ewijaya/.ruby/lib/ruby/site_ruby/1.8/rubygems/source_info_cache.rb:6
How can I resolve this problem?
I am using:
ruby 1.8.6 (2007-03-13 patchlevel 0) [i686-linux]