I just installed the latest Ubuntu 64 bit into my VMware. I am running a command and getting this error:
./ipsw: error while loading shared libraries: libcrypto.so.1: cannot open shared object file: No such file or directory
I did a quick search and found a few solution (i.e. install missing lib) and This one, however, I am on the newest version already, when trying to install them. What do I do?
ppp@ubuntu:~$ sudo apt-get install libxss1
[sudo] password for ppp:
Reading package lists... Done
Building dependency tree
Reading state information... Done
libxss1 is already the newest version (1:1.2.2-1).
0 upgraded, 0 newly installed, 0 to remove and 74 not upgraded.
ppp@ubuntu:~$ sudo aptitude search libXss
sudo: aptitude: command not found
ppp@ubuntu:~$
sudo apt update ; sudo apt upgrade
- After that runsudo updatedb
followed bylocate libcrypto.so.1
and show me that last output please. – Byte Commander Aug 28 '17 at 20:44