Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: improved glibc dependency section, fixes references to /temp (this diectory does NOT exist)

...

Before installation

  1. Login as system administrator 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 should be installed firstmust 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
    Note

    Sometimes it is not possible to use an online repository for the installation of "32-bit glibc package. i686". In this case the following procedure should be appliedfollowed:

    1.  Insert your If you have a Linux distributibe CD-ROM, insert it into CD-ROM drive

    21.1. If auto-mount is not enabled, mout mount the CD-ROM, for example. Example:

    # mount /dev/sr0 /mnt

    2. If you have an ISO image of the distribution CD, you can mount it using a loopback device:

    # mount /path/to/ISO-image.iso /mnt -o loop

    3. Switch to the directory containing the packages. This directory depends on a partuculer Linux distributive, for exampleyour Linux distribution. 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 depends on, for example. Example:

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

    6. If the above command reports additional unsatisfied dependencies, add the corresponding packages to the above command line.

    7. Umount the CD-ROM or ISO file if necessary:

    # umount /mnt
  2. Create a directory for the CHARON-AXP distribution and , copy the TAR.GZ files there . Set and change to this directory as the default with a "cd" command as shown in the following example:

    # mkdir /charon_dist
    # cp /temptmp/charon-axp-4.8-18302.el71.tar.gz /charon_dist
    # cd /charon_dist

...

  • Copy the files aksusbd-2.5-1.i386.rpm and charon-license-4.8-<build>.68704.<OS identifier>.x86_64.rpm (see above) to any directory on the server, for example to "/temptmp".
  • Login as "root" on the server.
  • Switch to that directory.
  • Install the copied file using "yum".
    Example:

    # cd /temptmp
    # yum install aksusbd* charon-license-*

...