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

Erlang/OTP 23 /usr/bin/ld: cannot find -lerl_interface #64

Closed
dominicletz opened this issue Aug 11, 2020 · 2 comments
Closed

Erlang/OTP 23 /usr/bin/ld: cannot find -lerl_interface #64

dominicletz opened this issue Aug 11, 2020 · 2 comments

Comments

@dominicletz
Copy link

Linking seems to fail with rebar3 defaults on Erlang/OTP 23 as they have removed erl_interface.so from the shipped bundle.

See https://www.erlang.org/news/140

I had to manually work around with a new Makefile. Not sure though if just removing the erl_interface dependency works on older versions of OTP..

@dominicletz
Copy link
Author

Ah seems the new rebar3 version 3.14.0 will actually fix that erlang/rebar3#2323 -- so pls update

REBAR3_VERSION := 3.10.0
once 3.14.0 is released and compilation should work again

@mmzeeman
Copy link
Owner

mmzeeman commented Oct 2, 2020

Bumped rebar3 to version 3.14.1

@mmzeeman mmzeeman closed this as completed Jan 1, 2022
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