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

Wrong output name of .so file when using elixir #12

Open
Hermanverschooten opened this issue May 30, 2019 · 2 comments
Open

Wrong output name of .so file when using elixir #12

Hermanverschooten opened this issue May 30, 2019 · 2 comments

Comments

@Hermanverschooten
Copy link

Hermanverschooten commented May 30, 2019

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

@Hermanverschooten
Copy link
Author

Hmm, this is probable related to #10.

@tolbrino
Copy link
Collaborator

tolbrino commented Jun 3, 2019

Hmm, this is probable related to #10.

Yes, I'd think so too. Can you verify with the latest master branch?

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

2 participants