question

Vitus avatar image
Vitus asked mterry answered

How to get iTest License Server running on Linux 64bit?

I was struggling with this and had to get some additional information. So I thought to post the answer if someone else would need to install license server (FLEXnet version 11.10 for iTest 4.2 or newer) on a 64-bit machine (RHEL 5 or newer).
iTestinstallation - licensingLinuxFlexNet (FlexLM)
10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Vitus avatar image
Vitus answered ericnute edited
As the license server for Linux is a 32-bit executable you need to install the 32-bit libraries on the 64-bit machine. Not sure each and every lib is needed but this worked for me. yum update yum install redhat-lsb.i686 yum install redhat-lsb-graphics.i686 yum install redhat-lsb-printing.i686 yum install glibc.i686 yum install gtk2.i686 yum install PackageKit-gtk-module.i686 yum install libcanberra-gtk2.i686 yum install gtk2-engines.i686
10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

mterry avatar image
mterry answered

The latest license server supports Ubuntu 16.04 LTS and RHEL 7.4. See Spirent APT License Server Installation Guide.

10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Vitus avatar image
Vitus answered

I had to do the same exercise on Ubuntu 64-bit (14.04LTS server). These are the libraries you would need to install on Ubuntu to get the license server working.

sudo apt-get install lsb
sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0
sudo apt-get install gcc-multilib
10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.