3

Possible Duplicate:
How to get 32 bit version of libraries on Ubuntu 64 bit?

I use winbind on 12.04 64bit, but some 32bit programs (like acroread) need the 32bit version of libnss_windbind (from the package libpam_winbind). How can I install the 32bit version of libpam_winbind on my 64bit system?

peter
  • 31
  • 1
  • 1
  • 3

1 Answers1

10

Open a terminal and paste: apt-get install ia32-libs.

desgua
  • 32,669
  • 9
  • 99
  • 120
  • 1
    I already installed ia32-libs, but in 12.04 libpam_winbind is not anymore included in ia32-libs, that is my problem. – peter Apr 27 '12 at 13:59
  • 5
    Just tried this in 13.10 and received: `Package 'ia32-libs' has no installation candidate` – Drew Noakes Oct 26 '13 at 13:19
  • 1
    This library has been replaced with `lib32ncurses5`, `lib32bz2-1.0`, and `lib32z1`. – Niko Jul 12 '14 at 05:47