(no title)
gabcoh
|
2 years ago
Can Linux not trivially do the same thing as windows with LD_PRELOAD? If so why is this more of an issue on Linux than Windows? Is it really less a technical challenge and more just a matter of Linux getting less support from upstream developers?
stabbles|2 years ago
nly|2 years ago
ungamedplayer|2 years ago
bravetraveler|2 years ago
Not... in a way I'd use as a distribution/release maintainer. Probably as an administrator [of my LAN]
gabcoh|2 years ago
0x457|2 years ago
never_inline|2 years ago
LispSporks22|2 years ago
JonChesterfield|2 years ago
Runpath is the default, and also the one that is non-transitive and overridden by environment variables.
admax88qqq|2 years ago
It's not really a question of capability, but a question of culture and defaults that makes linux hard to support.
Debian for example goes through great pains (or used to at least) to unbundle shared libraries such as openssl from projects like chromium.
aidenn0|2 years ago