When attempting to run a vastool join on RHEL 7 / IBM PPC the following error is seen:
./vastool: line 30: /opt/quest/bin/.vastool: Accessing a corrupted shared library
In this particular case the system was missing 32-bit packages that Authentication Services relies on.
# rpm -qa |grep glibc
glibc-common-2.17-196.el7_4.2.ppc64
glibc-2.17-196.el7_4.2.ppc64
glibc-2.17-196.el7_4.2.ppc
# rpm -qa |grep nss-softokn
nss-softokn-freebl-3.28.3-8.el7_4.ppc
nss-softokn-freebl-3.28.3-8.el7_4.ppc64
nss-softokn-3.28.3-8.el7_4.ppc64
Check if the packages are on installed on the system and if not install them.
These are the 32-bit packages we rely on:
glibc
nss-softokn-freebl
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center