[bisq-network/bisq] Tor does not work on Debian Buster with OpenSSL 1.1 (#2257)

Vincas Dargis notifications at github.com
Sat Jan 12 13:57:25 UTC 2019


I've built v0.9.3 on Debian Buster (current Unstable version), and get these kind of errors:

```
                                                                                              
saus.-12 15:28:03.246 [ERR] ERROR o.b.netlayer.tor.Tor: /home/vincas/.local/share/Bisq/btc_mainnet/tor/tor: error while loading shared libraries: libssl.so.1.
0.0: cannot open shared object file: No such file or directory
```
```
saus.-12 15:50:16.594 [ERR] ERROR o.b.netlayer.tor.Tor: /home/vincas/.local/share/Bisq/btc_mainnet/tor/tor: error while loading shared libraries: libcrypto.so
.1.0.0: cannot open shared object file: No such file or directory
```
Creating libssl.so.1.1 -> libssl.so.1 (same for libcrypto) symlinks does not fix the issue, as it appears OpenSSL v1.1 does not have some symbols that Tor build expects:

```
saus.-12 15:51:29.562 [ERR] ERROR o.b.netlayer.tor.Tor: /home/vincas/.local/share/Bisq/btc_mainnet/tor/tor: symbol lookup error: /home/vincas/.local/share/Bisq/btc_mainnet/tor/tor: undefined symbol: CRYPTO_set_locking_callback 
saus.-12 15:51:29.562 [NetworkNode-9999] ERROR b.n.p2p.network.TorNetworkNode: Could not connect to running Tor: java.io.IOException: Tor exited with value 127
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/2257
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190112/0075e21d/attachment-0001.html>


More information about the bisq-github mailing list