2021-10-26

erlang - rest api example and problem with compilation

I am trying to use this project for educational purposes: https://github.com/dronowar/erlang_rest_api

But problem with code compilation and make run-local:

erl -config config/sys -pa ./ebin -pa ./deps/*/ebin -sname erl@localhost -s erl -s sync
Erlang/OTP 24 [erts-12.1.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit] [dtrace]

{"init terminating in do_boot",{undef,[{erl,start,[],[]},{init,start_em,1,[]},{init,do_boot,3,[]}]}}
init terminating in do_boot ({undef,[{erl,start,[],[]},{init,start_em,1,[]},{init,do_boot,3,[]}]})

Crash dump is being written to: erl_crash.dump...done
make: *** [run-local] Error 1


from Recent Questions - Stack Overflow https://ift.tt/3BbDTw5
https://ift.tt/eA8V8J

No comments:

Post a Comment