riverrun / comeonin

Password hashing specification for the Elixir programming language

Home Page:https://hex.pm/packages/comeonin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue on release

opened this issue · comments

I am quite new to Elixir, once I create a release with distillery and run the console command I get this error on ubuntu.

error_info: {exit,{on_load_function_failed,'Elixir.Comeonin.Bcrypt'},[{gen_server,init_it,6,[{file,"gen_server.erl"},{line,352}]},{proc_lib,init_p_do_apply,3,[{file,"proc_lib.erl"},{line,247}]}]}

When I comment out comeonin from deps & applications the app runs fine. I feel like I am missing something obvious any help would be greatly appreciated.

I am running
Erlang/OTP 19
Elixir 1.4.2

Thanks in advance

I made the mistake of using a 32 bit vm when making my release which created an obvious conflict.

Glad to hear you got it sorted.