From: Daniel Berger Date: 2005-12-29T02:27:46+09:00 Subject: Problem with Ruby 1.8.4, C extensions, Solaris Hi all, Solaris 10 Ruby 1.8.4 gcc 3.4.4 Sun's make and ld Whenever I run 'make install' for any C extension built using mkmf, I get this error: sh: ./install-sh: not found The 'INSTALL' target in the Makefile is simply: INSTALL = ./install-sh -c However, there is no such program on my system. I suspect I can get around this by building Ruby and all C extensions with GNU make, but that probably won't be an option on production servers. This actually started in Ruby 1.8.3. Things work fine with 1.8.2 and earlier. Any ideas? Thanks, Dan