Advertisement
Guest User

Untitled

a guest
Dec 17th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Erlang 1.74 KB | None | 0 0
  1. MacBook-Pro-2:cargo ramankovalitskiy$ ./rebar get-deps && ./rebar compile && ./init-dev.sh
  2. =ERROR REPORT==== 17-Dec-2019::17:54:32.155434 ===
  3. Unable to load crypto library. Failed with error:
  4. "load_failed, Failed to load NIF library: 'dlopen(/usr/local/Cellar/erlang@21/21.3.8.6/lib/erlang/lib/crypto-4.4.2/priv/lib/crypto.so, 2): Library not loaded: /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib
  5.  Referenced from: /usr/local/Cellar/erlang@21/21.3.8.6/lib/erlang/lib/crypto-4.4.2/priv/lib/crypto.so
  6.  Reason: image not found'"
  7. OpenSSL might not be installed on this system.
  8.  
  9. Uncaught error in rebar_core: {'EXIT',
  10.                                {undef,
  11.                                 [{crypto,start,[],[]},
  12.                                  {rebar,run_aux,2,
  13.                                   [{file,"src/rebar.erl"},{line,212}]},
  14.                                  {rebar,main,1,
  15.                                   [{file,"src/rebar.erl"},{line,58}]},
  16.                                  {escript,run,2,
  17.                                   [{file,"escript.erl"},{line,758}]},
  18.                                  {escript,start,1,
  19.                                   [{file,"escript.erl"},{line,277}]},
  20.                                  {init,start_em,1,[]},
  21.                                  {init,do_boot,3,[]}]}}
  22. =WARNING REPORT==== 17-Dec-2019::17:54:32.170542 ===
  23. The on_load function for module crypto returned:
  24. {error,{load_failed,"Failed to load NIF library: 'dlopen(/usr/local/Cellar/erlang@21/21.3.8.6/lib/erlang/lib/crypto-4.4.2/priv/lib/crypto.so, 2): Library not loaded: /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib\n  Referenced from: /usr/local/Cellar/erlang@21/21.3.8.6/lib/erlang/lib/crypto-4.4.2/priv/lib/crypto.so\n  Reason: image not found'"}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement