Rate This Document
Findability
Accuracy
Completeness
Readability

Error Message "cannot install 'libucs.la t' to a directory not ending in /usr/lib" Is Displayed During HUCX Compilation

Symptom

When Hyper MPI is installed from source, the following information is displayed after the make install command is executed:

libtool: error: cannot install 'libucs.la t' to a directory not ending in /usr/lib
make -j32 install

Key Process and Cause Analysis

  • HUCX compilation has been performed.
  • The ./configure command is run again.

Conclusion and Solution

  1. Clean the existing HUCX compilation.
    make clean
  2. Install the Hyper MPI source package.
    make
    make install