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 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
The text was updated successfully, but these errors were encountered:
I added netlink to my
mix.exs
file and compiled it.When I try to start
iex -S mix
it fails with not findingnetlink_drv
.If I look into
_build/dev/lib/netlink/priv
there is a file callednetlink.so
, renaming it tonetlink_drv.so
fixes it.This using
Erlang 21.3.8
withElixir 1.8.1-otp-21
, installed withasdf
The text was updated successfully, but these errors were encountered: