Manta-Network / manta-rs

Rust Crates for the Manta Network Ecosystem

Home Page:https://github.com/Manta-Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trusted setup doesn't support libssl3

bLd75 opened this issue · comments

After processing install correctly from script, verification fails looking for libssl 1.1
Building from source works fine.

$ manta-trusted-setup register
manta-trusted-setup: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

Openssl installed is version 3

$ openssl version
OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)
$ ldconfig -p|grep ssl
	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so

The build should better use generic libssl.so instead of looking for specific version 1.1