How to get libpam.so.0 (32 bit) on my 64 bit RHEL6?

I am trying to install DB2 Enterprise Server on an RHEL6 machine. Unfortunately, for some routines, it needs a 32-bit version of libpam.so.0. The machine runs a 64-bit version, which seems to be installed in lib ... I assume it is version 64. Is there a way to get and install the 32-bit version that will be used by the DB2 installer?

+5
source share
2 answers

this is probably related, http://www-01.ibm.com/support/docview.wss?uid=swg21573357

It seems you need to install pam-1.1.1-10.el6.i686.rpm

+3
source

yum install pam.i686 is what you should enter on the command line.

+6
source

All Articles