Why can't I run my 32-bit applications on RHEL 64-bit hosts?

This issue occurs only on 64-bit hosts running Red Hat Linux® Enterprise 6.3 and relates to missing C++ libraries (for example, libstdc++.so.6 which must be at /usr/lib/. To fix this issue, manually install any missing libraries and rerun your 32-bit application on the 64-bit host.

The C++ libraries you must install to /usr/lib/ are as follows:
  • ld-linux.so.2
  • libc.so.6
  • libgcc_s.so.1
  • libstdc++.so.6