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

why still musl ? #15

Open
QGB opened this issue May 19, 2023 · 2 comments
Open

why still musl ? #15

QGB opened this issue May 19, 2023 · 2 comments

Comments

@QGB
Copy link

QGB commented May 19, 2023


root@ubuntu:/home/qgb# docker run -it -v=/:/all jeanblanchard/alpine-glibc bash

af5e02d2be95:~# ldd --version
musl libc (x86_64)
Version 1.2.4
Dynamic Program Loader
Usage: /lib/ld-musl-x86_64.so.1 [options] [--] pathname

@jeanblanchard
Copy link
Owner

This is still Alpine, so my understanding is that musl libc is still the default. Programs compiled with Glibc should still run, though. Do you have an issue running a glibc program ?

Also a disclaimer: I haven't personally used this image for years, I just update it regularly with new versions of Alpine and glibc. So my memories of how it all works are a bit fuzzy, and I might be wrong entirely.

@tuananh
Copy link

tuananh commented Oct 30, 2023

anyway to make glibc the default one?

i have this problem with pip where they are still trying to rebuild since no musl prebuilt wheel for pip package can be found.

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

3 participants