Installing libmpcdec-devel
libmpcdec-devel is installed to support the Snappy compression algorithm of MongoDB. The Snappy library compresses and decompresses data quickly, and can greatly increase the data read speed while maintaining the compression ratio. MongoDB uses the Snappy compression algorithm to compress data files, aiming to improve data read performance.
- Download libmpcdec-devel-1.2.6.
1wget http://mirror.centos.org/centos/8-stream/PowerTools/aarch64/os/Packages/libmpcdec-devel-1.2.6-20.el8.aarch64.rpm --no-check-certificate
- Install libmpcdec-devel.
1yum install -y libmpcdec-devel-1.2.6-20.el8.aarch64.rpm

If you run the yum install command to install the RPM package, the RPM package automatically adapts to the current RPM version. You are advised to use the current installation method.
Parent topic: Installing by Compiling Source Code