scp: error while loading shared libraries: libcrypto.so.1
by mfoley from LinuxQuestions.org on (#6KVRP)
I just did a slackpkg update/upgrade-all for 15.0. Something didn't work. When I attempt scp I get:
Code:scp: error while loading shared libraries: libcrypto.so.1: cannot open shared object file: No such file or directorySearching the web, I see suggestions that openssl needs to be installed, but slackpkg search shows I have openssl-1.1.1w-x86_64-1_slack15.0
Searching for libcrypto.so.1 on my computer gives:
Code:# find / -name libcrypto.so\*
/usr/lib64/libcrypto.so
/usr/lib64/libcrypto.so.1.1
/lib64/libcrypto.so.1.1How do I fix this?
Code:scp: error while loading shared libraries: libcrypto.so.1: cannot open shared object file: No such file or directorySearching the web, I see suggestions that openssl needs to be installed, but slackpkg search shows I have openssl-1.1.1w-x86_64-1_slack15.0
Searching for libcrypto.so.1 on my computer gives:
Code:# find / -name libcrypto.so\*
/usr/lib64/libcrypto.so
/usr/lib64/libcrypto.so.1.1
/lib64/libcrypto.so.1.1How do I fix this?