alt.hn

6/9/2026 at 5:29:05 PM

The LD_DEBUG environment variable (2012)

https://bnikolic.co.uk/blog/linux-ld-debug.html

by tanelpoder

6/9/2026 at 7:55:16 PM

LD_AUDIT is another one worth knowing about (though I admittedly use it less often than LD_DEBUG) https://man7.org/linux/man-pages/man7/rtld-audit.7.html

by alschwalm

6/10/2026 at 3:43:10 AM

Do you know where i can find a list of all LD_XXX environment variables?

by rramadass

6/10/2026 at 4:36:26 AM

The man page ld.so has ENVIRONMENT section that looks pretty good.

Otherwise one of the most reliable options is to simply grep the source code for calls to getenv, I would not be that surprised if their are some extra ones that are undocumented.

by zorgmonkey