This repository has been archived by the owner on Apr 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Remove glibc dependency, statically link binaries to musl #54
Labels
Comments
+1, see #61 |
hannobraun
changed the title
libc incompatibility
Remove glibc dependency, statically link binaries to musl
Apr 25, 2014
Changed the title of this issue from a problem description to a description of the solution. Removing bug tag, adding enhancement tag. I think this should best be done by improving Rust directly. There's an existing issue for this that explicitly mentions musl: rust-lang/rust#7283 |
+1, due to #62 |
+1, failed to run the client on my mom's laptop due to glibc |
Adding the priority tag. This absolutely must be solved before VNDF can see widespread use. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm currently having a problem with the production server:
The problem here is, that some symbols in libc are used, that are only available in glibc 2.17.
Research shows, that the clock-related functions are to blame:
Unfortunately, older versions of the symbols don't seem to be available:
I'm attempting to solve this problem by just not referencing any clock-related functions for now. Of course, this isn't a good solution.
I see two good ways to solve this:
The text was updated successfully, but these errors were encountered: