MC and Lynx report missing libssl
by swapjim from LinuxQuestions.org on (#6FRV9)
Hello everyone!
When I try to start mc (Midnight Commander) I get this message:
Code:/usr/bin/mc: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directoryI get the same message when I try to start Lynx. From what I can see the file exists on my system:
Code:/lib/libssl.so.1.1
/usr/lib/libssl.so.1.1ldd reports the two libraries missing (I omitting the libraries that are found)
Code:ldd /usr/bin/lynx
libssl.so.1.1 => not found
libcrypto.so.1.1 => not foundAny idea how do I solve this?
I'm running version 15 64-bit inside VirtualBox 7.0.10. I haven't installed the guest additions. Host OS is Windows 10 LTSC.
When I try to start mc (Midnight Commander) I get this message:
Code:/usr/bin/mc: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directoryI get the same message when I try to start Lynx. From what I can see the file exists on my system:
Code:/lib/libssl.so.1.1
/usr/lib/libssl.so.1.1ldd reports the two libraries missing (I omitting the libraries that are found)
Code:ldd /usr/bin/lynx
libssl.so.1.1 => not found
libcrypto.so.1.1 => not foundAny idea how do I solve this?
I'm running version 15 64-bit inside VirtualBox 7.0.10. I haven't installed the guest additions. Host OS is Windows 10 LTSC.