Preparing the Compilation Environment
This section applies only to openEuler 20.03. Skip this section for CentOS 7.6.
Currently Ceph cannot be compiled in openEuler. Adaptation operations are required.
Add openEuler to install-deps.sh.
cd /home/ceph-14.2.8 vim install-deps.sh

The .so file is required during compilation. Add soft links.
cd /usr/lib64/ ln -snf libkps_bluestore.so.1.0.0 libkps_bluestore.so ln -snf libkps_ec.so.1.2.1 libkps_ec.so
Parent topic: Compiling and Deploying Ceph