holochain / holochain-rust

DEPRECATED. The Holochain framework implemented in rust with a redux style internal state-model.
GNU General Public License v3.0
1.12k stars 268 forks source link

Issues with openssl linking in 0.0.10-alpha2 conductor binary #1229

Open samrose opened 5 years ago

samrose commented 5 years ago

the latest on the openssl issues in the holoport is:

holochain -V
holochain: /nix/store/x36nlm3ndxfhnli8c8y3ydh78cpzpf09-openssl-1.0.2r/lib/libssl.so.1.0.0: no version information available (required by holochain)
holochain: /nix/store/x36nlm3ndxfhnli8c8y3ydh78cpzpf09-openssl-1.0.2r/lib/libssl.so.1.0.0: no version information available (required by holochain)
holochain: /nix/store/x36nlm3ndxfhnli8c8y3ydh78cpzpf09-openssl-1.0.2r/lib/libcrypto.so.1.0.0: no version information available (required by holochain)
holochain: /nix/store/x36nlm3ndxfhnli8c8y3ydh78cpzpf09-openssl-1.0.2r/lib/libcrypto.so.1.0.0: no version information available (required by holochain)
holochain 0.0.10-alpha2

Still seeing the same problem, despite pinning to same nixpkgs-channels commit I am working against

jamesray1 commented 4 years ago

@samrose I am getting currently in the nix-shell dev-env:

[nix-shell:~/hcr]$ holochain -V
holochain 0.0.34-alpha1

Can we close this?