Building
Joseph I. Davida
jd108 at pacbell.net
Wed Apr 4 23:19:40 EST 2001
After doing ./config
and
make install
.
.
.
.
if [ ! -d /usr/local/etc ]; then \
./mkinstalldirs /usr/local/etc; \
fi
if [ ! -f /usr/local/etc/ssh_config ]; then \
/usr/bin/install -c -m 644 ssh_config.out
/usr/local/etc/ssh_config; \
else \
echo "/usr/local/etc/ssh_config already exists, install will not
overwrite"; \
fi
/usr/bin/install: cannot stat `ssh_config.out': No such file or
directory
make: *** [install-files] Error 1
Cheers,
Joe
More information about the openssh-unix-dev
mailing list