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.
this is when configure, for ruby, run that it search an install
program
Guy Decoux
Any more ideas? Looks like a bug to me in the configure script
somewhere in the code that starts at line 3779.
Also, the comment about using "/usr/etc/install" for SunOS is bogus,
since there is no such file on any Solaris machine I've ever touched. I
see an install program in /etc and /usr/sbin and that's it.