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
Procedure
- Open a terminal.
- Go to the directory where the VTunerClient is installed.
-
Run
source ide/setenv-vtunerclient*to trigger an environment check. -
Go to the
./cmdtools/bindirectory. -
Run
./vEcoCheckerto 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.
