Cause:
This error might appear when running InTime on Linux machine (Centos 6 and above). You might also see the "symbol lookup error: libXrender.so.1: undefined symbol: _XGetRequest"
This error happens because the libX11.so.* and libxcb.so.* libraries are causing conflicts with the Java libraries.
Resolution:
Remove the libraries with the terminal using the command below:
cd <intime installation directory>/bin rm -rf libX11* rm -rf libxcb*
This will remove the 2 conflicting libraries and fix the problem.
Applies to:
- Linux Operating System
Knowledge Base ID: 201803061 - Last Review: Mar 06, 2018 - Revision: 1.0