Rate This Document
Findability
Accuracy
Completeness
Readability

Compiling zstd Manually

The following operations must be performed for the management node and all compute nodes that run on CentOS.

  1. Download https://github.com/facebook/zstd/archive/refs/tags/v1.4.5.zip, upload it to the /opt/omni-operator directory, and decompress it.
    cd /opt/omni-operator
    unzip zstd-1.4.5.zip
  2. Go to the zstd-1.4.5 directory, and compile and install zstd.
    cd zstd-1.4.5/
    make
    sudo make install
  3. Copy the target SO file of zstd to /usr/lib64.
    cp -r /usr/local/lib/libzstd.so.1.4.5 /usr/local/lib/libzstd.so.1 /usr/local/lib/libzstd.so /usr/lib64/