Charles Hixson <charleshixsn / earthlink.net> writes: > [...@localhost sample]$ ruby test.rb > sh: ./miniruby: No such file or directory > not ok system 2 -- test.rb:893 [...] > the rpm put ruby into /usr/bin/ruby (causing me to need to edit the first you installed the binary rpm did you? test.rb is a test suite that should be called via "make test" after compilation. just do "ln -s /usr/bin/ruby miniruby", and you'll be able to do "ruby test.rb" without it failing. cu Pixel. PS: when compiled with gcc-2.95.2, option -O3, ruby segfaults on test.rb, i didn't find the time to restrict the pb though :-(