I'm trying to run a 32-bit static executable on 64-bit Debian 12.5 "bookworm."
When I launch it, I get ./LinuxSusser: error while loading shared libraries: libgtk-x11- 2.0.so.0: cannot open shared object file: No such file or directory Why is a static executable wanting to load a .so file? i386 is in my arch list in /etc/apt/sources.list. I've done "apt update" The 64-bit version of the file exists. I used to be able to run this program in Debian 10. How do I run it now? The author has retired and isn't interested in building a 64-bit executable (static or otherwise).