32 bit apps on 64 bit debian

From Andreida
Revision as of 11:23, 16 February 2016 by Andreas (talk | contribs) (Created page with "Install 32 bit libs: apt-get install ia32-libs Now you have the directory: /emul/ia32-linux This supports * console * X * Gtk This does not support * KDE * Qt * ... Ge...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Install 32 bit libs:

 apt-get install ia32-libs

Now you have the directory:

 /emul/ia32-linux

This supports

  • console
  • X
  • Gtk

This does not support

  • KDE
  • Qt
  • ...

Get these libs elsewhere and put them into the above mentioned path.

Use ldd to find out what libs are missing.