Hi, the compilation seems to work fine (compilation just ends without any positive or negative message) but installation makes trouble. See below for how far it works: /bin/install -c -m 4711 -s ssh-keysign /usr/libexec/ssh-keysign /bin/install -c -m 0755 -s sftp /usr/bin/sftp /bin/install -c -m 0755 -s sftp-server /usr/libexec/sftp-server /bin/install -c -m 644 ssh.1.out /usr/man/cat1/ssh.1 /bin/install -c -m 644 scp.1.out /usr/man/cat1/scp.1 /bin/install -c -m 644 ssh-add.1.out /usr/man/cat1/ssh-add.1 /bin/install -c -m 644 ssh-agent.1.out /usr/man/cat1/ssh-agent.1 /bin/install -c -m 644 ssh-keygen.1.out /usr/man/cat1/ssh-keygen.1 /bin/install -c -m 644 ssh-keyscan.1.out /usr/man/cat1/ssh-keyscan.1 /bin/install -c -m 644 sshd_config.5.out /usr/man/cat5/sshd_config.5 /bin/install -c -m 644 ssh_config.5.out /usr/man/cat5/ssh_config.5 /bin/install -c -m 644 sshd.8.out /usr/man/cat8/sshd.8 if [ ! -z "" ]; then \ /bin/install -c -m 644 ssh-rand-helper.8.out /usr/man/cat8/ssh-rand-helper.8 ; \ fi /bin/install -c -m 644 sftp.1.out /usr/man/cat1/sftp.1 /bin/install -c -m 644 sftp-server.8.out /usr/man/cat8/sftp-server.8 /bin/install -c -m 644 ssh-keysign.8.out /usr/man/cat8/ssh-keysign.8 rm -f /usr/bin/slogin ln -s ./ssh /usr/bin/slogin rm -f /usr/man/cat1/slogin.1 ln -s ./ssh.1 /usr/man/cat1/slogin.1 if [ ! -d /usr/etc ]; then \ ./mkinstalldirs /usr/etc; \ fi /usr/etc/ssh_config already exists, install will not overwrite /usr/etc/sshd_config already exists, install will not overwrite /usr/etc/moduli already exists, install will not overwrite Here the error appears: /bin/sh: ./ssh-keygen: file or directory not found give me a hint!
This bug report does not contain enough information to diagnose
Mass change of RESOLVED bugs to CLOSED