From: Luis Lavena Date: 2011-12-02T21:56:17+09:00 Subject: Re: yaml.h is missing / Failed to configure psych. Fearless Fool wrote in post #1034648: > I'm doing a fresh sandboxed install of Ruby 'n Rails 'n such. The > install is evidently having trouble finding yaml.h (or libyaml) and > building psych. I'm running OSX 10.6.8 ("Snow Leopard") > > Synopsis: > ====== > > $ # INSTALL RUBY > $ cd ../ruby-1.9.3-p0 > $ ./configure --prefix=$SANDBOX/usr > > $ make install > > configuring psych > yaml.h is missing. Please install libyaml. > Failed to configure psych. It will not be installed. > > You missed to tell Ruby's configure to use the $SANDBOX/usr location. ./configure --prefix=$SANDBOX/usr --with-opt-dir=$SANDBOX/usr Try again and let us know. -- Luis Lavena -- Posted via http://www.ruby-forum.com/.