libc
- 大部分功能是桥接系统和用户空间
- musl
- glibc
- jart/cosmopolitan
- ISC, C
- build-once run-anywhere c library
- Comparison of C/POSIX standard library implementations for Linux
- Linux nolibc
ld.so
- dynamic linker/loader
- ldd 可用于查看共享库依赖
- 主要功能
- 加载共享库
- 符号解析
- 重定位
- 处理依赖
- 运行初始化代码
- LD_LIBRARY_PATH - 搜索路径
- LD_PRELOAD - 预加载共享库
- /etc/ld.so.conf