如何在我的64位RHEL6上获得libpam.so.0(32位)?

时间:2022-12-19 07:23:32

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?

我正在尝试在RHEL6计算机上安装DB2 Enterprise Server。不幸的是,对于某些例程,它似乎需要32位版本的libpam.so.0。机器运行64位版本似乎安装了lib ...我认为它是64版本。有没有办法获取并安装DB2安装程序要使用的32位版本?

2 个解决方案

#1


3  

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

这可能是相关的,http://www-01.ibm.com/support/docview.wss?uid = swg21573357

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

好像你需要安装pam-1.1.1-10.el6.i686.rpm

#2


8  

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

你应该在命令行输入yum install pam.i686。

#1


3  

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

这可能是相关的,http://www-01.ibm.com/support/docview.wss?uid = swg21573357

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

好像你需要安装pam-1.1.1-10.el6.i686.rpm

#2


8  

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

你应该在命令行输入yum install pam.i686。