[bisq-network/bisq] Java fatal error in SHA256_Update with libcrypto.so.1.0.0 (#3332)

Andrew Tropin notifications at github.com
Thu Oct 17 16:08:44 UTC 2019


`shell.nix`:
```nix
let
  pkgs = import <nixpkgs> { overlays = [ (self: super: {
    jdk = super.jdk11_headless;
  }) ]; };
in
with pkgs;
mkShell {
  buildInputs = [ clojure docker-compose gnumake nodejs google-cloud-sdk postgresql_11 ];
}
```

I changed jdk to headless version and it works for me. As I remember it's statically linked against some libs like libcrypto and it helps to prevent segfault, but maybe I'm wrong.

-- 
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/3332#issuecomment-543247422
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20191017/9a09e7ee/attachment.html>


More information about the bisq-github mailing list