Installation fails on Linux due to missing O/S libraries
Originally Published: 2014-02-13
Article Number
Applies To
RSA Registration Manager 6.9
Cent OS 6.4 (64-bit)
Linux
Issue
[root@test-box RSA_CM]# ./INSTALL
...
...
Installing on a local filesystem...
./INSTALL: ./xudad: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
Configuration of installation directory server failed.
Terminating installation prematurely.
[root@test-box RSA_CM]# ./INSTALL
...
...
Installing on a local filesystem...
./xudad: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
Configuration of installation directory server failed.
Terminating installation prematurely.
[root@test-box RSA_CM]# ./INSTALL
...
...
./httpsd: error while loading shared libraries: libgdbm.so.2: cannot open shared object file: No such file or directory
Failed to launch installation web server
Terminating installation prematurely.
Cause
/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory ==> glibc.i686 must be installed
libstdc++.so.6: cannot open shared object file: No such file or directory ==> libstdc++ and/or libstdc++-4.4.7-3.el6.i686 (or latest) must be installed
libgdbm.so.2: cannot open shared object file: No such file or directory ==> gdbm.i386 must be installed
Resolution
yum -y install glibc.i686
yum whatprovides libstdc++.so.6 ==> a response to this command will show which GNU C++ Library, such as libstdc++-4.4.7-3.el6.i686, needs to be installed
yum -y install libstdc++
yum -y install libstdc++-4.4.7-3.el6.i686
yum -y install gdbm.i386
Workaround
Notes
Error: Protected multilib versions: libstdc++-4.4.7-3.el6.i686 != libstdc++-4.4.6-3.el6.x86_64
This can happen because multilib is the term Red Hat (and CentOS of course) use for a 64-bit system which also has 32-bit libraries. The packaging system won't install a newer version of the 32-bit library than the 64-bit version. In this scenario, run the following command:
[root@test-box RSA_CM]# yum update -y
Related Articles
RSA Governance & Lifecycle Integration: Microsoft Office 365 O365 Summary 77Number of Views DN Root of data store has a space e.g.: 'o=my company c=us' 11Number of Views RSA SecurID Access O365 WS-Fed Authentication Fails Intermittently 117Number of Views O365 WS-Fed authentication fails with RSA SecurID Access 111Number of Views RSA Cloud Access Service Shows Partial Publish Failure After Configuring REST Agent Connection to RSA Authentication Manager 149Number of Views
Trending Articles
RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide RSA Release Notes for RSA Authentication Manager 8.8 RSA Authentication Manager 8.9 Release Notes (January 2026) Download RSA SecurID Access Cloud User Event audit logs using Cloud Administration REST API CLU Disabling weak ciphers using port 1813 in RSA Authentication Manager 8.3 patch 1
Don't see what you're looking for?