Linux 如何在 64 位 RHEL6 上获取 libpam.so.0(32 位)?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/11228078/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-06 07:05:36  来源:igfitidea点击:

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

linuxdb2redhat

提问by Michael

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 位版本?

采纳答案by spotter

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

回答by Joe

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

yum install pam.i686 是您应该在命令行中输入的内容。