The Holy Grail of Linux Binary Compatibility: musl + dlopen
Summary
The article discusses Linux binary compatibility challenges between glibc and musl, and explains a musl+dlopen strategy to produce single static binaries that can still interface with dynamic libraries at runtime. It references precedents like detour and Cosmopolitan and provides a practical example and release link.