rebar: error exit on create-app: {crypto,start,[]}

后端 未结 5 908
生来不讨喜
生来不讨喜 2021-01-12 02:30

I followed the instructions here, to the letter. I then ran the instruction to create an application project structure, and got the following error.

$ ./reba         


        
5条回答
  •  渐次进展
    2021-01-12 02:53

    Thanks for the answer Ivan. But it seems I figured out the issue: The ubuntu auto updates were turned off and the dependencies were not installed while compiling erlang (e.g. libssh-dev). Once the auto update was turned on it compiled and make command ran fine.

提交回复
热议问题