I know this has been asked before but the search engine is down and it doesn't seem to be in the FAQs
I'm running AIX 5.1 ML6
I loaded an old version of ssh from the Bull freware site and all worked well. However it needed updating so I dowloaded openssh 3.8.1 from the IBM DEveloper Works site. It installed cleanly and without error. However when I try running ssh I get
There is a version of libcrypto.a in /usr/local/lib and I have linked this to /usr/lib so that it should be picked up. I dont seem to have libcrypto.so.) anywhere.
I assume I need a newer version of openssl but I can't find reference to this on the IBM DW site
Any pointers please?
I'm running AIX 5.1 ML6
I loaded an old version of ssh from the Bull freware site and all worked well. However it needed updating so I dowloaded openssh 3.8.1 from the IBM DEveloper Works site. It installed cleanly and without error. However when I try running ssh I get
Code:
b01601# oslevel -r
5100-06
b01601# ssh
exec(): 0509-036 Cannot load program ssh because of the following errors:
0509-150 Dependent module libcrypto.a(libcrypto.so.0) could not be loaded.
0509-022 Cannot load module libcrypto.a(libcrypto.so.0).
0509-026 System error: A file or directory in the path name does not exist.
I assume I need a newer version of openssl but I can't find reference to this on the IBM DW site
Any pointers please?