mailman-elixir / mailman

Mailman provides a clean way of defining mailers in your Elixir applications
https://github.com/mailman-elixir/mailman
Other
203 stars 73 forks source link

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

Open ebengt opened 6 years ago

ebengt commented 6 years ago

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.

Mine is a very simple program and I have a workaround. So not really an issue, this is a FYI.