For complicated dependency graph reasons, which have taken me a month to unravel, I find myself considering using LD_PRELOAD in production.
Is there a way to combine multiple .so 's into a single (bigger) .so that I can load in one hit and avoid future me hating past (present) me?
#linux #ar #ld