Any updates on this? I just compiled ruby 1.9.2 from source and tried to install rubygem 1.3.7 (I did check if it was already installed on not) but it errors out. Does anyone know what is the problem and how to fix it?
DT07-13:/home/rwaadmin/Desktop/rubygems-1.3.7# ruby -v ruby 1.9.2p0 (2010-08-18 revision 29036) [i686-linux] DT07-13:/home/rwaadmin/Desktop/rubygems-1.3.7# gem -v bash: gem: command not found DT07-13:/home/rwaadmin/Desktop/rubygems-1.3.7# ruby setup.rb /home/rwaadmin/Desktop/rubygems-1.3.7/lib/rubygems/source_index.rb:68:in `installed_spec_directories': undefined method `path' for Gem:Module (NoMethodError) from /home/rwaadmin/Desktop/rubygems-1.3.7/lib/rubygems/source_index.rb:58:in `from_installed_gems' from /home/rwaadmin/Desktop/rubygems-1.3.7/lib/rubygems.rb:883:in `source_index' from /home/rwaadmin/Desktop/rubygems-1.3.7/lib/rubygems/gem_path_searcher.rb:81:in `init_gemspecs' from /home/rwaadmin/Desktop/rubygems-1.3.7/lib/rubygems/gem_path_searcher.rb:13:in `initialize' from /home/rwaadmin/Desktop/rubygems-1.3.7/lib/rubygems.rb:841:in `new' from /home/rwaadmin/Desktop/rubygems-1.3.7/lib/rubygems.rb:841:in `block in searcher' from <internal:prelude>:10:in `synchronize' from /home/rwaadmin/Desktop/rubygems-1.3.7/lib/rubygems.rb:840:in `searcher' from /home/rwaadmin/Desktop/rubygems-1.3.7/lib/rubygems.rb:479:in `find_files' from /home/rwaadmin/Desktop/rubygems-1.3.7/lib/rubygems.rb:983:in `load_plugins' from /home/rwaadmin/Desktop/rubygems-1.3.7/lib/rubygems.rb:1139:in `<top (required)>' from <internal:lib/rubygems/custom_require>:29:in `require' from <internal:lib/rubygems/custom_require>:29:in `require' from setup.rb:24:in `<main>' Thanks a lot in advance! Kind regards, DBeer -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

