On Dec 25, 2003, at 12:18, Dave Thomas wrote: > ruby 1.9.0 (2003-12-25) [powerpc-darwin] > /usr/lib/ruby/1.9/yaml.rb:17:in `require': No such file to load -- > yaml/parser (LoadError) > from /usr/lib/ruby/1.9/yaml.rb:17 > OK - I found (I think) the problem. I build out of the box, then realized it was installing to the wrong place. I re-ran configure with --prefix and did a make clean, but that doesn't remove the Makefiles in ext/** My mistake. Dave