Remix.run Logo
ranger_danger 2 hours ago

musl does not perfectly emulate all aspects of glibc, so trying to use libraries that assume glibc can sometimes lead to problems.

pg83 2 hours ago | parent [-]

On the one hand, this is technically true, but on the other, what serious issues do you know that will cause problems in practice? I run tests on 1,000 of the most popular Debian packages.

skydhash 20 minutes ago | parent [-]

Mostly about precompiled libraries (proprietary software) and libraries and software that use GNU extensions.