Hi, I tried to build the CVS snapshot for OpenSSH 4.4p1 dated 9/08/06. Make install failed on Fedora Core 4 system with the following errors: [root at fedora4 openssh]# make install \if test ! -z ""; then \ /usr/bin/perl ./fixprogs ssh_prng_cmds ; \ fi (cd openbsd-compat && make) make[1]: Entering directory `/usr/local/openssh/openbsd-compat' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/local/openssh/openbsd-compat' (cd scard && make DESTDIR= install) make[1]: Entering directory `/usr/local/openssh/scard' make[1]: *** No rule to make target `Ssh.bin', needed by `install'. Stop. make[1]: Leaving directory `/usr/local/openssh/scard' make: *** [scard-install] Error 2 My platform is Fedora Core 4 with latest updates I used the gcc-4.0.2-8.fc4 compiler My configure options were --with-pam and --with-selinux Regards, Paul
pwasik at optonline.net wrote:> I tried to build the CVS snapshot for OpenSSH 4.4p1 dated 9/08/06. Make install failed on Fedora Core 4 system with the following errors:[...]> make[1]: *** No rule to make target `Ssh.bin', needed by `install'. Stop. > make[1]: Leaving directory `/usr/local/openssh/scard' > make: *** [scard-install] Error 2Try: $ cd scard && make -f Makefile.in distprep> My platform is Fedora Core 4 with latest updatesYou will need uudecode installed, which is probably in the "sharutils" rpm. -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.
pwasik at optonline.net wrote:> I tried to build the CVS snapshot for OpenSSH 4.4p1 dated 9/08/06. Make install failed on Fedora Core 4 system with the following errors:[...]> make[1]: *** No rule to make target `Ssh.bin', needed by `install'. Stop. > make[1]: Leaving directory `/usr/local/openssh/scard' > make: *** [scard-install] Error 2Try: $ cd scard && make -f Makefile.in distprep> My platform is Fedora Core 4 with latest updatesYou will need uudecode installed, which is probably in the "sharutils" rpm. -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement. _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev at mindrot.org http://lists.mindrot.org/mailman/listinfo/openssh-unix-dev