Checking Required Libraries on Linux

This section describes how to check whether all the libraries required by the VTunerClient are installed on a Linux system.

Before you begin

Make sure that the VTunerClient is installed, as instructed in Installing the VTunerClient Workbench.

Procedure

  1. Open a terminal.
  2. Go to the directory where the VTunerClient is installed.
  3. Run source ide/setenv-vtunerclient* to trigger an environment check.
  4. Go to the ./cmdtools/bin directory.
  5. Run ./vEcoChecker to retrieve the environment check result.

Results

  • If the environment has all required libraries installed, the message "All libraries are OK" is returned.
  • If some required libraries are not found in the environment, a list of the libraries that are not installed is returned.
Figure 1. Library Check Result Example on Linux