I added netlink to my mix.exs file and compiled it.
When I try to start iex -S mix it fails with not finding netlink_drv.
If I look into _build/dev/lib/netlink/priv there is a file called netlink.so, renaming it to netlink_drv.so fixes it.
This using Erlang 21.3.8 with Elixir 1.8.1-otp-21, installed with asdf
I added netlink to my
mix.exsfile and compiled it.When I try to start
iex -S mixit fails with not findingnetlink_drv.If I look into
_build/dev/lib/netlink/privthere is a file callednetlink.so, renaming it tonetlink_drv.sofixes it.This using
Erlang 21.3.8withElixir 1.8.1-otp-21, installed withasdf