Solaris 2.6 problem
Roumen Petrov
roumen.petrov at skalasoft.com
Tue Jan 23 18:49:59 EST 2001
Rachit Siamwalla wrote:
> perhaps ./configure should pick that up automatically for SunOS. So many
> people have asked that question and probably countless more (including
> me) have had the problem and searched the archives for a solution (or
> did the ugly ln -s solution).
>
> I don't know too much about configure or i would submit a patch myself.
>
> -rchit
put AC_PROG_LN_S in configure.in
run autoconf
replace in Makefile.in all commands [ln -s ......] with [$(LN_S) ......]
run './config.status' or './configure ......'
More information about the openssh-unix-dev
mailing list