|
|
|
|
|
by staticassertion
1381 days ago
|
|
Other than libc I'm not sure what else would "almost always" be linked. It's going to depend on the language, but for Go/Rust at least static linking is pretty much the default, and lots of people even link to musl. For other languages I'd say openssl is probably the next most common. |
|
I don't think that's true for Rust. It defaults to depending on glibc, at least on Linux, and you need to explicitly build with musl to get static binaries.