turboflakes / crunch

Crunch is a command-line interface (CLI) and Matrix Bot to claim staking rewards every Era for Substrate-based chains
https://turboflakes.io
Apache License 2.0
63 stars 22 forks source link

OpenSSL error, File not found #26

Closed m-saxemberg closed 1 year ago

m-saxemberg commented 1 year ago

Starting from version 0.8.1 the following error is found crunch: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory. It seems like support for OpenSSL v1 which is the default in Debian

paulormart commented 1 year ago

Hi, you can try to upgrade openssl or use the binary from the latest release v0.8.3

m-saxemberg commented 1 year ago

Hi, you can try to upgrade openssl or use the binary from the latest release v0.8.3

Upgraded to version 0.8.3 and it works. The issue was opened when 0.8.0 and 0.8.1 were the latest versions. We're happy that since 0.8.3 OpenSSL v1 is supported again.