ELF binary format lacks symbol tracking causing compatibility issues
8Linux ELF binaries don't track which symbols are imported from which modules (unlike Windows PE32), causing process-global symbols that create massive nightmares for forwards and backwards compatibility when shipping applications.
compatibilityELFglibc