J. Arribi Vilela <arribi_at_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_at_ti.com / Samuel JohnsonReceived on Tue 26 Jan 1999 10:04:46 PM GMT
This archive was generated by hypermail 2.2.0 : Thu 22 Feb 2007 07:33:50 PM GMT GMT