...
Login as system administrator ("root") on the host system. Because Sentinel HASP runtime relies on 32-bit compatibility libraries to run on Linux, the 32-bit compatibility libraries should be installed first:
# yum install glibc.i686
Note Sometimes it is not possible to use online repository for installation of "glibc.i686". In this case the following procedure should be applied:
1. Insert your Linux distributibe CD-ROM into CD-ROM drive
2. If auto-mount is not enabled, mout the CD-ROM, for example:
# mount /dev/sr0 /mnt
3. Switch to the directory containing the packages. This directory depends on a partuculer Linux distributive, for example:
# cd /mnt/Packages/
4. Locate the target "glibc.i686" package:
# ls -la glibc-*i686.rpm
5. Install the "glibc.i686" and the packages it dependents depends on, for example:
# yum install glibc-2.17-157.el7.i686.rpm nss-softokn-freebl-3.16.2.3-14.4.el7.i686.rpm
Create a directory for the CHARON-AXP distribution and copy the TAR.GZ files there. Set this directory as the default with a "cd" command as shown in the following example:
# mkdir /charon_dist
# cp /temp/charon-axp-4.8-18302.el71.tar.gz /charon_dist
# cd /charon_dist
...