I feel stupid about this, but I just did a fresh install of 1.8.5 from
MacPorts, installed a fresh rubygems, installed all my gems, and simple
code like this fails:

require 'redcloth'

Error message:

lacosta:~/nitro/tracker sxross$ ruby bug.rb
bug.rb:1:in `require': no such file to load -- redcloth (LoadError)

The odd thing is that any requires *inside a Rails app* seem to find the
gems just fine. I assume that's because Rails munges the load paths.

Any help is appreciated.

-- 
Posted via http://www.ruby-forum.com/.