Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

linux

redhat

db2

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

like image 900
Michael Avatar asked Jun 27 '12 14:06

Michael


2 Answers

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

like image 59
Joe Avatar answered Sep 22 '22 16:09

Joe


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

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

like image 23
spotter Avatar answered Sep 23 '22 16:09

spotter