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
Possibly Parallel Threads
- [Bug 198] New: Error getting file with sftp on old F-Secure servers
- [Bug 187] New: ssh-keygen not converting from and to SECSH standard correctly
- program-prefix does not work
- [Bug 422] New: /bin/sh: ./ssh-keygen: file or directory not found
- make install errors in openssh(when openpam is to be integrated with openssh)
