11 ms·
musl has no problem building and using shared libraries. What you can't do is build something statically with musl and then reliably dlopen shared libraries bu
by akerl_ 29d ago
musl has no problem building and using shared libraries.
What you can't do is build something statically with musl and then reliably dlopen shared libraries built with glibc.
- pg83 29d agoWell, now it's possible! Furthermore, SoLo binaries can run, without modification, on glibc-based distros, alpine, and soon on android/bionic (not committed yet).
- account42 29d agoOnly on current glibc distributions. Your SoLo-program WILL break on future distributions. This is not a sensible tradeoff.