Documentation Center

Installation dependencies for Linux Operating System

Please note that on hosts where job engines will be started, the following details are important.

  • Job Engines may use the LibreOffice library to perform specific file operations when processing a task.
  • LibreOffice dependencies must be installed in order for job engines to successfully perform those operations.
  • In order to identify the missing dependencies, if any, you can use the following command:
    • sudo ldd /opt/sdl/ets/extra/libreoffice/program/soffice.bin | grep "not found"
Below is a list of common libraries that are required:
  • libXinerama
  • cairo
  • cups-libs
  • libSM.x86_64
As an example, on CentOS, they can be installed using the following:
  • yum -y install libXinerama
  • yum -y install cairo
  • yum -y install cups-libs
  • yum -y install libSM.x86_64