Hi, Van Snyder wrote: > And there's still the mystery why a statically-linked executable wants to > load a shared object library. I doubt that it is possible to make a purely statical binary with no references to .any so libraries. (If it were generally possible, why then exist Flatpack and Snap ?) Check by program "ldd" which dynamic dependencies the binary has: ldd ./LinuxSusser Have a nice day :) Thomas