Skip to content

Troubleshooting Installation

S.V. Paulauskas edited this page Sep 22, 2016 · 1 revision

#Introduction The following error message may appear while tring to install the software from the repository. Most commonly these errors are due to missing dependencies or not following the installation guide properly

Could NOT find PLX

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
  Could NOT find PLX (missing: PLX_LIBRARY_DIR)
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
  cmake/modules/FindPLX.cmake:18 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:126 (find_package)

Cause

The PLX library is has either not been built or the symbolic link to PlxApi.a has not been created.

Solution

Check if the symbolic link /opt/plx/current exists and points to the correct PLX API. For more information on installing the PLX API see our PLX installaion information. If the PLX API has been installed and the symbolic link is valid, check that a symbolic link /opt/plx/current/PlxApi/Library/libPlxApi.a exists and points to PlxApi.a. For more information about this symbolic link refer to the symbolic link installation notes.

CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found.

-- The CXX compiler identification is unknown
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found.   Please set CMAKE_CXX_COMPILER to a valid compiler path or name.

Cause

No valid C++ compiler was found on your system.

Solution

Install a C++ compiler such as the suggested gcc-c++.

Could NOT find Curses

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
  Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH)
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake/Modules/FindCurses.cmake:159 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:94 (find_package)

Cause

The NCurses development package was not found.

Solution

Install the NCurses development package.

Clone this wiki locally