hyperledger-archives / indy-sdk

indy-sdk
https://wiki.hyperledger.org/display/indy
Apache License 2.0
666 stars 737 forks source link

Problem installing the Indy SDK in Ubuntu 22.04 #2562

Closed santidediego closed 6 months ago

santidediego commented 1 year ago

Error raises when doing sudo apt-get install -y libnullpay or any other library.

Error message:Depends: libssl1.1 but it is not installable

Any solution/workaround?

santidediego commented 1 year ago

Seems like something is wrong with my current libssl version, solved as detailed in this comment.

Just for curiosity, is there any other way to install it without downgrading the libssl?

Anyway you can mark it as closed.

manolaz commented 1 year ago

Fixing by install with ROOT SUDO

sudo -i

wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb