Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Back to Table of Contents

Before installation

    1. 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 must 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.

  1. Define
    1. Locate the target "glibc.i686" package:

      # ls -la glibc-*i686.rpm

      5. Install the "glibc.i686"

  2. package with its dependent packages (they must be indicated after an attempt to install the "glibc.i686" without any additional packages). Example for yum
    1. and the packages it dependents on, for example:

      # yum install
  3. glibc-2.17-157.el7.i686.rpm nss-softokn-freebl-3.16.2.3-14.4.el7.i686.rpm

    Example for rpm:

    # rpm -Ihv
    1. glibc-2.17-157.el7.i686.rpm nss-softokn-freebl-3.16.2.3-14.4.el7.i686.rpm
  4. 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

...