Greetings,
I get this crash
:load_failed, 'Failed to load NIF library: 'priv/eiconv_nif.so: cannot open shared object file: No such file or directory''
from Mailman.Email.parse!
But only when I run the program as an escript. If I start 'iex -S mix' and call Mailman.Email.parse! from the shell it is okay.
- mailman 0.4.0 (https://github.com/mailman-elixir/mailman.git) (mix)
locked at 7c20dad
- eiconv 1.0.0 (Hex package) (rebar3)
locked at 1.0.0 (eiconv) ee1e47ee
elixir --version
Erlang/OTP 20 [erts-9.3] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:10] [hipe] [kernel-poll:false]
Elixir 1.6.5 (compiled with OTP 19)
Mine is a very simple program and I have a workaround. So not really an issue, this is a FYI.
Greetings,
I get this crash
:load_failed, 'Failed to load NIF library: 'priv/eiconv_nif.so: cannot open shared object file: No such file or directory''
from Mailman.Email.parse!
But only when I run the program as an escript. If I start 'iex -S mix' and call Mailman.Email.parse! from the shell it is okay.
locked at 7c20dad
locked at 1.0.0 (eiconv) ee1e47ee
elixir --version
Erlang/OTP 20 [erts-9.3] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:10] [hipe] [kernel-poll:false]
Elixir 1.6.5 (compiled with OTP 19)
Mine is a very simple program and I have a workaround. So not really an issue, this is a FYI.