Bug 422 - /bin/sh: ./ssh-keygen: file or directory not found
Summary: /bin/sh: ./ssh-keygen: file or directory not found
Status: CLOSED INVALID
Alias: None
Product: Portable OpenSSH
Classification: Unclassified
Component: Build system (show other bugs)
Version: -current
Hardware: ix86 Linux
: P2 normal
Assignee: OpenSSH Bugzilla mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-26 03:59 AEST by rappel
Modified: 2004-04-14 12:24 AEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rappel 2002-10-26 03:59:51 AEST
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!
Comment 1 Damien Miller 2003-01-03 15:18:15 AEDT
This bug report does not contain enough information to diagnose
Comment 2 Damien Miller 2004-04-14 12:24:18 AEST
Mass change of RESOLVED bugs to CLOSED