no standard nif in erlang package
#1
Fri, 2016-10-28 20:04
val
-
- Offline
- 1 year 5 months ago
- 2016-10-28
Hi, I wanted to build and run my erlang project, so I add erlang and some erlang-
The problem is, when I try to run it - I got undef erlang nif_error for binary:split.
At first I thought I did not include some erlang subpackage, but then I searched erlang subpackages and included all 52 to Dockerfile.
This did not solve the problem. I still got undef on binary:split. This is a standard library, it is working in my host OS with erlang-18.
Erlang version installed in docker image is 18.3
What package should I include to add erlang nifs?