I'm working on linux mandrake 7.2
I've tried to install ssh and it worked with :
./configure
make
make install

I've tried to do chroot jails so I've compiled like this:

./configure --enable-static
make

and finally got this error:

make[4]: Entre dans le répertoire `/root/ssh-2.4.0/apps/ssh'
gcc  -D_GNU_SOURCE -g -O2 -Wall -Wno-unknown-pragmas  -static -o
ssh-dummy-shell.static
ssh-dummy-shell.o -L. -L../../lib -lssh2 -lssh -ltermcap -lnsl -L/usr/local/
lib -lcrypt -lncurses -ltermcap -lm -lbsd -lnsl  -lutil
/usr/bin/ld: cannot find -ltermcap
collect2: ld returned 1 exit status
make[4]: *** [ssh-dummy-shell.static] Erreur 1
make[4]: Quitte le répertoire `/root/ssh-2.4.0/apps/ssh'
make[3]: *** [all-recursive] Erreur 1
make[3]: Quitte le répertoire `/root/ssh-2.4.0/apps/ssh'
make[2]: *** [all-recursive] Erreur 1
make[2]: Quitte le répertoire `/root/ssh-2.4.0/apps'
make[1]: *** [all-recursive] Erreur 1
make[1]: Quitte le répertoire `/root/ssh-2.4.0'
make: *** [all-recursive-am] Erreur 2

Is anyome can help me please?

Reply via email to