On Sat, 20 Jul 2024 at 04:56, Van Snyder <[email protected]> wrote:

> 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

Hi, try
  apt list --installed  '*libgtk2.0*'
which you will want to show that the i386 version of the libgtk2.0-0
package is installed alongside any other versions present.

If it does not appear there then try installing it, using whatever package
manager you prefer, and specify that you want the i386 package to be
co-installed with any other versions already present.

Reference:
https://packages.debian.org/search?searchon=contents&keywords=libgtk-x11&mode=filename&suite=stable&arch=any

Reply via email to