cancel
Showing results for 
Search instead for 
Did you mean: 

pre-requisite check fails on pam and libstdc++ (looks for 32-bit)

tonyr-bos
Level 2

I am trying to install from DVD ( LxRT-6.0.2-2012-10-08a.dvd1-redhatlinux ) on RHEL6.3, 64 bit.  The pre-requisite checker fails because it can't find pam or libstdc++:

CPI ERROR V-9-30-1316 The following required OS rpms (or higher version) were 
not found on canton01:
pam-1.1.1-8.el6.i686 libstdc++-4.4.5-6.el6.i686
 
but those are the 32-bit RPMs, and I'm on a 64-bit system.  the 64-bit RPMs are installed:
 
[root@canton01 rhel6_x86_64]# rpm -q pam
pam-1.1.1-10.el6.x86_64
[root@canton01 rhel6_x86_64]# rpm -q libstdc++
libstdc++-4.4.6-3.el6.x86_64
 
Any ideas on how to fix or get around this?
 
thanks
 
-tonyr-bos.

 

1 ACCEPTED SOLUTION

Accepted Solutions

mikebounds
Level 6
Partner Accredited

If you search for libstdc on this forum, there are quite a few matches - this one might help:

https://www-secure.symantec.com/connect/blogs/cpi-error-v-9-30-2015-following-required-os-rpms-were-...

Mike

View solution in original post

2 REPLIES 2

mikebounds
Level 6
Partner Accredited

If you search for libstdc on this forum, there are quite a few matches - this one might help:

https://www-secure.symantec.com/connect/blogs/cpi-error-v-9-30-2015-following-required-os-rpms-were-...

Mike

tonyr-bos
Level 2

AHA!  it wants both 64 and 32 bit versions to be present!  I "yum install" ed the i686 (32-bit) versions and it works.  many thanks!