Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Certain circumstances crash from Mailman.Email.parse! #82

Open
ebengt opened this issue Jul 6, 2018 · 0 comments
Open

Certain circumstances crash from Mailman.Email.parse! #82

ebengt opened this issue Jul 6, 2018 · 0 comments

Comments

@ebengt
Copy link

ebengt commented Jul 6, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant