Hi, At Wed, 28 Dec 2005 14:11:56 +0900, noreply / rubyforge.org wrote in [ruby-core:07008]: > I was unable to install Ruby where directories needed to be created courtesy a 'stat' call in fileutils.rb:832: > > install -c -p -m 0755 ruby /usr/local/stow/ruby-1.8.4/bin/ruby > /Users/samj/src/ruby-1.8.4/lib/fileutils.rb:832:in `stat': No such file or directory - ruby (Errno::ENOENT) Seems `ruby' didn't get built. Have you done `make' before `make install'? -- Nobu Nakada