...
Login as the superuser ("root") on the host system. Because Sentinel HASP runtime relies on 32-bit compatibility libraries to run on Linux, the 32-bit compatibility libraries must be installed before continuing. If the emulator host has access to a package repository, either local or remote, use the following command:
# yum install glibc.i686
Sometimes it is not possible to use an online repository for the installation of 32-bit glibc package. In this case the procedure described in the appendixes has to be used: glibc.i686 installation without Internet connection
.
Create a directory for the CHARON-AXP distribution, copy the TAR.GZ files there and change to this directory as shown in the following example:
# mkdir /charon_dist
# cp /tmp/charon-axp-4.10-20200.el74.tar.gz /charon_dist
# cd /charon_dist
Intall If you use RHEL 7.x or 6.x install "libev" library:
# wget http://rpmfind.net/linux/centos/7.6.1810/extras/x86_64/Packages/libev-4.15-7.el7.x86_64.rpm
# rpm -ivh libev-4.15-7.el7.x86_64.rpm
CentOS is not impacted, since it already contains this library.
Warning | ||
---|---|---|
| ||
|
...