Hi, Van Snyder wrote: > Am I losing my mind?
Since this could mean a fatal end to the endeavor to run your program we should postpone this hypothesis until nearly everything else is outruled. > At first I had done "file LinuxSusser". It reported "Statically linked." > Just to be sure, I did the recommended "ldd LinuxSusser." It also reported > Statically linked." > When I retry them, "file" says it's dynamically linked, and "ldd" reports > about two dozen links to missing shared object libraries. > [...] > so I don't understand why it was statically linked a few > hours ago. The file's time stamp hasn't changed. Can it be that you have more than one file named "LinuxSusser" ? > Now, instead of simply refusing to run, or (the original "Command not > found") it lists a bunch of missing gtk modules (atk-bridge, pixmap, > adwaita), not missing shared object libraries. Where do I get the missing > gtk modules? If you are lucky, then this might give an answer: apt-file search atk-bridge Have a nice day :) Thomas