Installing required libraries on Ubuntu

Before you install HCL OneTest Embedded on Ubuntu, you must install some libraries.

About this task

You must perform these procedures before installing HCL OneTest Embedded Studio or HCL OneTest Embedded for Eclipse IDE.

Follow these procedures to download and install libXp.so.6, libssl.so.6 and libcrypto.so.6 libraries on Ubuntu:

Procedure

  1. Run the following commands to download the libraries:
    wget -c http://archive.ubuntu.com/ubuntu/pool/main/g/glibc/multiarch-support_2.27-3ubuntu1.4_amd64.deb
    wget -c  http://ftp.debian.org/debian/pool/main/libx/libxp/libxp6_1.0.2-2_amd64.deb
  2. Run the following commands to install the libXp.so.6 library:
    sudo apt-get install ./multiarch-support_2.27-3ubuntu1.4_amd64.deb ./libxp6_1.0.2-2_amd64.deb
  3. Run the following commands to install libssl.so.6 and libcrypto.so.6:
    sudo apt-get install libssl-dev
    sudo ln -s /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 /lib/x86_64-linux-gnu/libcrypto.so.6
    sudo ln -s /lib/x86_64-linux-gnu/libssl.so.1.0.0 /lib/x86_64-linux-gnu/libssl.so.6