I want to build a statically linked OpenSSH 2.9p2 for a Solaris 8
machine (only ssh and scp clients). I have used the trick described in
http://www.deer-run.com/~hal/sol-static.txt to do it. But I must be doing
something wrong because I get a segmentation fault when I try to connect to
a remote machine . Here is the backtrace for the core file:
(gdb) backtrace
#0 0x7d78bda4 in ?? ()
#1 0x11ae18 in nss_search ()
#2 0x1199c0 in getpwuid_r ()
#3 0x2e13c in prng_read_seedfile () at entropy.c:659
#4 0x2e750 in init_rng () at entropy.c:893
#5 0x106c4 in main (ac=2, av=0xffbefcd4) at ssh.c:254
Has anybody successfully compiled a static openssh for Solaris 8?
Thank you!