We use ldd to determine glibc's version. While this is commonly available, it may be missing on some minimal Linux distros. It would be good for us to provide fallbacks so we can still determine the glibc version.
This was reported via uv, where a user was using WolfiOS with no ldd by default: astral-sh/uv#7903
We use
lddto determine glibc's version. While this is commonly available, it may be missing on some minimal Linux distros. It would be good for us to provide fallbacks so we can still determine the glibc version.This was reported via uv, where a user was using WolfiOS with no
lddby default: astral-sh/uv#7903