I am new to Solaris and new to Ruby. When I install some gem file
using
gem install, I get this warning. I'd like to make these gems available
globally:
bash-3.00$ gem install thor
WARNING: Installing to ~/.gem since /opt/coolstack/lib/ruby/gems/1.8
and
/opt/coolstack/bin aren't both writable.
/opt/coolstack/lib/ruby/site_ruby/1.8/rubygems/installer.rb:149:
warning: Insecure world writable dir /opt/coolstack/lib/ruby in PATH,
mode 040777
Should I just chmod 777 /opt/coolstack/lib/ruby/gems/1.8 /opt/
coolstack/bin
or should I do something else?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---