InTime Utilities

How to check if required Linux libraries are installed?

440 views July 20, 2020 July 20, 2020 pohheng 0

Introduction:

InTime in a Linux environment may require additional libraries. There is a built-in script that allows the system administrator to check if required libraries are installed before starting InTime for the first time. This feature is introduced in InTime v3.0.3.

Step:

Launch a command-line terminal and navigate to the directory where InTime is installed. In this example the system administrator is able to resolve a CentOS 6 dependency by running the *check_libs.sh* script. The script is supported on RHEL/CentOS 6/7, SUSE and Ubuntu distributions.

[user@host intime]$ ./check_libs.sh 
Collecting shared library dependencies for InTime ...
-----------------------------------------------------
glibc-2.12-1.212.el6_10.3 -> OK
libdrm-2.4.65-2.el6 -> OK
expat-2.0.1-13.el6_8 -> OK
libgcc-4.4.7-23.el6 -> OK
mesa-dri-drivers-11.0.7-4.el6 -> Missing, please install.
mesa-libGL-11.0.7-4.el6 -> Missing, please install.
libselinux-2.0.94-7.el6 -> OK
libX11-1.6.4-3.el6 -> Missing, please install.
libXau-1.0.6-4.el6 -> OK
libxcb-1.12-4.el6 -> OK
libXdamage-1.1.3-4.el6 -> Missing, please install.
libXext-1.3.3-1.el6 -> Missing, please install.
libXfixes-5.0.3-1.el6 -> Missing, please install.
libXxf86vm-1.1.3-2.1.el6 -> Missing, please install.
-----------------------------------------------------
List of required 64-Bit libraries:
Ask a system administrator with root privileges to install the missing libraries.

 yum install -y mesa-dri-drivers-11.0.7-4.el6
 yum install -y mesa-libGL-11.0.7-4.el6
 yum install -y libX11-1.6.4-3.el6
 yum install -y libXdamage-1.1.3-4.el6
 yum install -y libXext-1.3.3-1.el6
 yum install -y libXfixes-5.0.3-1.el6
 yum install -y libXxf86vm-1.1.3-2.1.el6

Applies to:

  • Linux Operating System

Knowledge Base ID: 202005021 - Last Review: May 2, 2020 - Revision: 1.0

Leave a Reply