Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Erlang 1.10 KB | None | 0 0
  1. pavel@pavel-PC:~/web/cargo$ ./rebar get-deps
  2. =ERROR REPORT==== 18-Jul-2019::18:27:25.412280 ===
  3. Unable to load crypto library. Failed with error:
  4. "load_failed, Failed to load NIF library: '/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1: version `OPENSSL_1_1_1' not found (required by /usr/lib/erlang/lib/crypto-4.4.2/priv/lib/crypto.so)'"
  5. OpenSSL might not be installed on this system.
  6.  
  7. Uncaught error in rebar_core: {'EXIT',
  8.                                {undef,
  9.                                 [{crypto,start,[],[]},
  10.                                  {rebar,run_aux,2,
  11.                                   [{file,"src/rebar.erl"},{line,212}]},
  12.                                  {rebar,main,1,
  13.                                   [{file,"src/rebar.erl"},{line,58}]},
  14.                                  {escript,run,2,
  15.                                   [{file,"escript.erl"},{line,758}]},
  16.                                  {escript,start,1,
  17.                                   [{file,"escript.erl"},{line,277}]},
  18.                                  {init,start_em,1,[]},
  19.                                  {init,do_boot,3,[]}]}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement