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 Answers1

10

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

desgua
  • 33,215