CS SYD - Outage postmortem

3 Likes

About ldd: ldd is a shell script that basically asks a few dynamic linkers if they are able to run this file, except that they should not run it but should just try linking it. If you ran the system ldd, it only tried 32-bit linkers, none worked on a 64-bit executable, so ldd tried to interpret the situation seen as «all known dynamic linkers fail to process the file».

1 Like