I failed to install Rails on OpenBSD-3.6 following instruction from
this site:
except I installed ruby-gems-0.8.11 instead of ruby-gems-0.8.10.
# /usr/local/bin/gem install rails
/usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:397:in `require': No such file to load -- rubygems/security (LoadError)
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:397
from /usr/local/bin/gem:3:in `require'
from /usr/local/bin/gem:3
# pkg_info | grep -i ruby
ruby-1.8.2 object oriented script language with threads
ruby-gems-0.8.11 Ruby package management framework
Hi. Can you check to see if you have a file at
/usr/local/lib/ruby/site_ruby/1.8/rubygems/security.rb? It looks like
it might be missing in your distro for some reason, which would be
pretty strange.
# /usr/local/bin/gem install rails
/usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:397:in `require': No such file to load -- rubygems/security (LoadError)
from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:397
from /usr/local/bin/gem:3:in `require'
from /usr/local/bin/gem:3
# pkg_info | grep -i ruby
ruby-1.8.2 object oriented script language with threads
ruby-gems-0.8.11 Ruby package management framework