Before you install IBM® DevOps Test Embedded (Test Embedded) on
Ubuntu, you must install some libraries.
You must perform these procedures before installing Test
Embedded Studio or Test
Embedded for Eclipse IDE.
Follow these procedures to download and install libXp.so.6,
libssl.so.6 and libcrypto.so.6
libraries on Ubuntu:
-
Run the following commands to download the libraries:
wget -c http://archive.ubuntu.com/ubuntu/pool/main/g/glibc/multiarch-support_2.27-3ubuntu1.6_amd64.deb
wget -c http://archive.debian.org/debian/pool/main/libx/libxp/libxp6_1.0.2-2_amd64.deb
-
Run the following commands to install the libXp.so.6
library:
sudo apt-get install ./multiarch-support_2.27-3ubuntu1.6_amd64.deb ./libxp6_1.0.2-2_amd64.deb
-
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