I believe an apt update changed something and now rtorrent is failing to load.
rtorrent: error while loading shared libraries: libcrypto.so.1.0.2: cannot open shared object file: No such file or directory
Any suggestions?
This is on Ubuntu 16.04.
Running sudo find / -name "libcrypto.so.*" shows to locations of different versions of the so.
- /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
- /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
sudo apt install libcrypto++9v5? What's the output of this? – dessert Aug 17 '17 at 7:19sudo apt install -f, and if that also doesn't help,sudo apt --reinstall install rtorrent. – dessert Aug 17 '17 at 7:33sudo apt purge libcrypto++9v5if it's not needed. ;) – dessert Aug 17 '17 at 7:34