I am trying to install utorrent in my pc which has 20.04 ubuntu installed ,following this guideline. But it can not start the server .
"utserver: error while loading shared libraries: libssl.so.1.0.0:
cannot open shared object file: No such file or directory"Above error shows when i ran utserver -settingspath /opt/utorrent-server-*/ & command. What should I do?
Any help will be deeply appreciated.
2 Answers
It seems that you forget to manually download required LibSSL library package. Download and install it with:
cd ~/Downloads
wget
sudo apt-get install ./libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deband then retry.
2Thanks to @N0rbet answer, You can find other versions in this link in case the link is outdated:
current link to download(5.7):
1