32 bit apps on 64 bit debian: Difference between revisions
From Andreida
(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...") |
(No difference)
|
Latest revision as of 11:23, 16 February 2016
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.