Bug 862

Summary: libcrypto open failed
Product: Portable OpenSSH Reporter: alain.vernat
Component: scpAssignee: OpenSSH Bugzilla mailing list <openssh-bugs>
Status: CLOSED FIXED    
Severity: normal    
Priority: P2    
Version: 3.8p1   
Hardware: UltraSPARC   
OS: Solaris   

Description alain.vernat 2004-05-04 23:21:08 AEST
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 ?
Comment 1 Darren Tucker 2004-05-04 23:37:05 AEST
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.
Comment 2 Darren Tucker 2004-06-25 18:20:34 AEST
I think this is fixed in 3.8.1p1, please reopen if it's not.