Originally posted by: SystemAdmin
On a production server, I try to run ssh from within "expect" language and get this:
spawn ssh -l itimmgr ServerName.ibm.com
Could not load program ssh:
Dependent module /opt/freeware/lib/libcrypto.a(libcrypto.so.0.9.8) could not be loaded.
Member libcrypto.so.0.9.8 is not found in archive
Oh- production is running openssl- 0.9.7d-2
It works fine on home 43p:
AIX 5.3 TL5; expect 5.42.1-3, and openssl 0.9.7d-1.
Where would I find libcrypto.so.0.9.8 (and would it go in the /opt/freeware/lib dir??)?
There are multiple copies of this file- "libcrypto.so.0.9.7" on the production server (as well as on my home 43p).
What is causing the prodcution server to need xxxx.9.8 instead of xxxx.9.7??
Thanks!