Hi,
Installing ruby (following wiki recommandations) with darwinport, I have
the following error when I want to install rails gem:
/opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in
gem_original_require': no such file to load -- sources (LoadError) from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in
require’
from
/opt/local/lib/ruby/vendor_ruby/1.8/rubygems/remote_installer.rb:462:in
sources' from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/remote_installer.rb:472:in
source_index_hash’
from
/opt/local/lib/ruby/vendor_ruby/1.8/rubygems/remote_installer.rb:436:in
install' from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/gem_commands.rb:258:in
execute’
from
/opt/local/lib/ruby/vendor_ruby/1.8/rubygems/gem_commands.rb:220:in
execute' from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/command.rb:69:in
invoke’
from
/opt/local/lib/ruby/vendor_ruby/1.8/rubygems/cmd_manager.rb:117:in
process_args' from /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/cmd_manager.rb:88:in
run’
from
/opt/local/lib/ruby/vendor_ruby/1.8/rubygems/gem_runner.rb:29:in `run’
from /opt/local/bin/gem:23
Any idea?
Thank you