Hi,
> I am struggling with compiling and installing ssh 1.2.27 on Solaris 2.6.
I am using ssh-1.2.27 on Solaris 2.6 for x86. I had no problem to
install it.
> The makefile has the following line:
>
> INSTALL = /usr/local/bin/install -c
>
> which may be the source of the problem. On running make install, the
> following are the last two lines of the output:
>
> /usr/local/bin/install -c -o root -m 04711 ssh /usr/local/bin/ssh1
> install: The -c, -f, -n options each require a directory following!
> make: *** [install] Error 2
>
>
> I have tried modifying the Makefile and removing the -c option from INSTALL,
> but that doesn't work either.
I think you are using the broken or incompatible version of 'install.'
You may as well use 'install-sh' in the ssh-1.2.27 package insted of
'/usr/local/bin/install.' Modify your 'Makefile' following.
INSTALL = ./install-sh -c
Sincerely yours,
--
Yukinori Shishime
E-mail: [EMAIL PROTECTED], [EMAIL PROTECTED]
PGP Key fingerprint = 13 1C 47 42 E8 71 80 3B 61 A7 C3 B3 D0 D1 5B 19