mimblewimble / grin-wallet

Grin Wallet
Apache License 2.0
183 stars 133 forks source link

grin-wallet: error while loading shared libraries: libssl.so.1.1 #682

Closed noobvie closed 1 year ago

noobvie commented 1 year ago

Describe the bug Error at first time run grin-wallet in new Ubuntu 22.04

To Reproduce user@anonymous:~/grin-wallet$ ./grin-wallet init

Expected behavior should be no error

Screenshots -rwxr-xr-x 1 user user 25530960 Mar 21 2022 grin-wallet* user@anonymous:~/grin-wallet$ ./grin-wallet init ./grin-wallet: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

Desktop (please complete the following information):

user@anonymous:~/grin-wallet$ cat /etc/*release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=22.04 DISTRIB_CODENAME=jammy DISTRIB_DESCRIPTION="Ubuntu 22.04.2 LTS" PRETTY_NAME="Ubuntu 22.04.2 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.2 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=jammy

user@anonymous:~/grin-wallet$ openssl version OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)

Additional context I have searched around stackoverflow but none solution work, can someone help please?

Thanks,

noobvie commented 1 year ago

I just got download package libssl1.1_1.1.1f-1ubuntu2.18_amd64.deb at http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/?C=M;O=D and install it worked well. _wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.18_amd64.deb sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2.18amd64.deb

Anyways, I think the wallet should be annual maintained to have new library. Thanks.