-
Notifications
You must be signed in to change notification settings - Fork 65
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
make install fails on Alpine Linux-- install: can't stat './libtrickle.so': No such file or directory #21
Comments
I get the same problem without using Docker. did the library in question get moved without updating the makefile? |
I have the same issue on ubuntu 17.10 without docker. The library just isn't being built as a result of |
works for me |
This seems to be a duplicate of #16 ? |
DracoBlue's answer allowed compilation but trickle still had a runtime error. I needed to change |
Has anyone been able to build this on Alpine?
I'm trying to build it with this Dockerfile:
But the
make install
step fails because libtrickle.so doesn't get created (trickle-overload.so does exist):If I skip the
make install
andrm -rf /tmp/*
steps, trickle looks like it works:But trickled doesn't:
The text was updated successfully, but these errors were encountered: