You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tor does not start due to lack of libssl.so.1.1 in Debian Sid (upcomming Trixie):
[ERR] ERROR org.berndpruenster.netlayer.tor.Tor: /home/user/.local/share/Bisq/btc_mainnet/tor/tor: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
Using symlink hack /lib/libssl.so.1.1 -> /usr/lib/x86_64-linux-gnu/libssl.so.3 as I did in #2257 does not work due to binary incompatibility:
[ERR] ERROR org.berndpruenster.netlayer.tor.Tor: /home/user/.local/share/Bisq/btc_mainnet/tor/tor: /lib/libssl.so.1.1: version `OPENSSL_1_1_0' not found (required by /home/user/.local/share/Bisq/btc_mainnet/tor/tor
Version
1.9.18
Steps to reproduce
Build 1.9.18 from source and run in current Debian Sid/Testing.
Expected behaviour
Should probably support OpenSSL 3?
Actual behaviour
Does not support OpenSSL 3 and does not start in systems that no longer have OpenSSL 1.x.
Screenshots
Device or machine
amd64 laptop on Debian Sid.
Additional info
The text was updated successfully, but these errors were encountered:
I understand this is not the answer you would like, yet as development efforts are all being spent on bisq2, I do not expect this issue to be tackled. A less ideal workaround would be to run bisq in a debian stable vm
Description
Tor does not start due to lack of
libssl.so.1.1
in Debian Sid (upcomming Trixie):Its 3.3.2:
Using symlink hack
/lib/libssl.so.1.1 -> /usr/lib/x86_64-linux-gnu/libssl.so.3
as I did in #2257 does not work due to binary incompatibility:Version
1.9.18
Steps to reproduce
Build
1.9.18
from source and run in current Debian Sid/Testing.Expected behaviour
Should probably support OpenSSL 3?
Actual behaviour
Does not support OpenSSL 3 and does not start in systems that no longer have OpenSSL 1.x.
Screenshots
Device or machine
amd64 laptop on Debian Sid.
Additional info
The text was updated successfully, but these errors were encountered: