Enable to use scp <File> root@<server>:/tmp. The error message I have is : ld.so.1: scp: fatal: libcrypto.so.0.9.7: open failed: no such file or directory lost connection When I connect to this server with ssh, everything is OK. ldd /usr/local/bin/scp give me the correct path for libcrypto Is there a way in Solaris 8 to have a good LD_LIBRARY_PATH for scp ?
3.8p1 unfortunately is missing the -R link options for Solaris. 3.8.1p1 has them back, so you'll probably find it works OK without changing your system. Apart from that, see the "crle" man page.
I think this is fixed in 3.8.1p1, please reopen if it's not.