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

Vincas Dargis notifications at github.com
Sat Jan 12 16:57:38 UTC 2019


DebianBuster actually has 1.0.2 too:
```
$ apt policy libssl1.0.2
libssl1.0.2:
  Įdiegta:    1.0.2q-2
  Kandidatas: 1.0.2q-2
  Versijų lentelė:
 *** 1.0.2q-2 500
        500 http://debian.mirror.vu.lt/debian unstable/main amd64 Packages
        100 /var/lib/dpkg/status
```
Since `tor` searches for `1.0.0`, so I had to create these two symlinks to make it work:
```
$ file /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0
/usr/lib/x86_64-linux-gnu/libssl.so.1.0.0: symbolic link to /usr/lib/x86_64-linux-gnu/libssl.so.1.0.2
```
```
$ file /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0 
/usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0: symbolic link to /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.2
```
It works fine now with manual symlinks.

-- 
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#issuecomment-453763091
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190112/3fc0ef97/attachment-0001.html>


More information about the bisq-github mailing list