CentOS 6.3. libpam.so 32bit not found

centospackages

I try to install DB2 fixpack 6 into CentOS 6.3 x64. I have already installed DB2 9.7. When I begin to install fixpack (running installFixPack) I get an error:

"The 32-bit library file libpam.so is not found on the system"

. But I already installed and x86 and x64 packages of libpam.so.0.

I can check it using rpm -q pam command,

and output is

pam-1.1.1-10.el6_2.1.x86_64
pam-1.1.1-10.el6_2.1.i686

Where is problem?

Best Answer

Check for the existence of the file /lib/libpam.so.0 -- It needs to be there.

Maybe also run ldconfig -v, then try the installer again.