utserver: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory

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.

1

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.deb

and then retry.

2

Thanks to @N0rbet answer, You can find other versions in this link in case the link is outdated:

current link to download(5.7):

List of libssl packages

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like