![]()
From: David D. Kilzer (ddkilzer@ti.com)
Date: Tue Jan 26 1999 - 13:59:11 CST
J. Arribi Vilela <arribi@cesga.es> wrote:
>I'm installing hypermail in Sun OS 5.7. I run the "configure" file. I
>edit the Makefile file in order to customize my installation. I run
>"make" and everything is ok. I change to the src directory and then I
>run "make install". This is the output:
>
>$ make install
>install -c -m 0755 hypermail /usr/local/bin
>make: install: Command not found
>make: *** [install] Error 127
>
>What's wrong?
The Makefile is looking for the "install" program. I don't have access
to a system with Solaris 2.7, but my guess is that you want the
/usr/ucb/install program. (See "man -s 1B install".)
Add "/usr/ucb" to your PATH environment variable, then rerun "make
install". Or edit the Makefile to use "/usr/ucb/install" instead of
simply "install".
Dave
-- David D. Kilzer \ ``What we hope ever to do with ease, Software Designer / we must learn first to do with Raytheon Systems Company \ diligence.'' ddkilzer@ti.com / Samuel Johnson
![]()