[Chrootssh-users] make: Fatal error: Command failed for target `install-files'
Brought to you by:
punkball
|
From: Travis L. <tra...@gm...> - 2008-01-10 20:40:08
|
Hello,
I'm trying to install on a Solaris 9 system. I'm able to compile and make
fine. When I do a 'make install' I get the following:
*********************
# make install
echo
if test ! -z ""; then \
/usr/bin/perl ./fixprogs ssh_prng_cmds ; \
fi
(cd openbsd-compat && make)
(cd scard && make DESTDIR= install)
../mkinstalldirs /usr/local/share
.././install-sh -c -m 0644 ./Ssh.bin /usr/local/share/Ssh.bin
./mkinstalldirs /usr/local/bin
./mkinstalldirs /usr/local/sbin
./mkinstalldirs /usr/local/share/man
./mkinstalldirs /usr/local/share
./mkinstalldirs /usr/local/share/man/man1
./mkinstalldirs /usr/local/share/man/man5
./mkinstalldirs /usr/local/share/man/man8
./mkinstalldirs /usr/local/libexec
(umask 022 ; ./mkinstalldirs /var/empty)
./install-sh -c -m 0755 -s ssh /usr/local/bin/ssh
./install-sh: strip: not found
*** Error code 1
make: Fatal error: Command failed for target `install-files'
*********************
Any ideas?
|