Linux Compatibility Libraries

The IDPrimer installer assumes the presence of specific 32-bit libraries on the Linux hosts before you install IDPrimer.
casa
The IDPrimer installer assumes the presence of specific 32-bit libraries on the Linux hosts before you install IDPrimer.
The libraries for most 32-bit Linux distributions are installed by default. To satisfy 64-bit the Linux dependencies, issue the following command as appropriate:
  • For RedHat, CentOS, SuSE (32-bit and 64-bit OS):
    yum install libstdc++.i686
    This command installs in the following RPM packages:
    • glibc
    • libstdc++
    • nss-softokn-freebl
    • libgcc
  • For Debian (64-bit):
    apt-get install ia32-libs
    This command installs the following required 32-bit libraries:
    • libc
    •  libstd++
    • libgcc
See the support website of your Linux supplier for more information about required compatibility libraries and other system packages.