You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: