Portable OpenSSH CVS install error
J.A. Neitzel
gsocsftp at v6shell.org
Tue Apr 7 12:47:42 EST 2009
Hi,
I did a CVS checkout this morning to patch sftp.c for Jon Grant's
recent sftp request, but there seems to be an install problem on
Mac OS X 10.5.6 possibly caused by recent changes to configure.ac.
For example (most output pruned):
% ident configure.ac
configure.ac:
$Id: configure.ac,v 1.419 2009/03/18 18:25:02 tim Exp $
$Revision: 1.419 $
% autoreconf
% ./configure
% make
gcc -o sftp progressmeter.o sftp.o sftp-client.o sftp-common.o sftp-glob.o -L. -Lopenbsd-compat/ -fstack-protector-all -lssh -lopenbsd-compat -lcrypto -lz
% sudo make install
Password:
if test ! -z ""; then \
/opt/local/bin/perl5 ./fixprogs ssh_prng_cmds ; \
fi
(cd openbsd-compat && make)
make[1]: Nothing to be done for `all'.
(cd scard && make DESTDIR= install)
make[1]: *** No rule to make target `Ssh.bin', needed by `install'. Stop.
make: *** [scard-install] Error 2
...
This strikes me as odd since I did not ask for scard stuff.
Installing the official openssh-5.2p1 release with a patched sftp.c
works as expected.
Any ideas for an install error fix?
Thanks,
Jeff
--
J.A. Neitzel
V6 Thompson Shell Port - http://v6shell.org/
More information about the openssh-unix-dev
mailing list