STEAM GROUP
Steam Universe Steam U
STEAM GROUP
Steam Universe Steam U
57,972
IN-GAME
399,224
ONLINE
Founded
23 September, 2013
"libcrypto.so.1.1" nightmare
Hi all. My first post here.

I do have a strange issue with the "libcrypto.so.1.1", because whatever I do try to do with "sudo" command I do get an "sudo: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory" error. I do searched the entire disk for this library and I do have-it in a few places but not into the "/usr/lib64/" folder. I do think that the system it is expecting "libcrypto.so.1.1" to be there but it's not and I do run into a loop because I can't use sudo to copy the library there because sudo itself require "libcrypto.so.1.1".

~> sudo cp libcrypto.so.1.1 /usr/lib64
sudo: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory

Have somebody encountered this issue before? If so, how it is this issue fixable?