[Bug 422] New: /bin/sh: ./ssh-keygen: file or directory not found

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Sat Oct 26 03:59:59 EST 2002


http://bugzilla.mindrot.org/show_bug.cgi?id=422

           Summary: /bin/sh: ./ssh-keygen: file or directory not found
           Product: Portable OpenSSH
           Version: 3.5p1
          Platform: ix86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build system
        AssignedTo: openssh-unix-dev at mindrot.org
        ReportedBy: dh at onclick.org


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!



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the openssh-unix-dev mailing list