Linux-Shipping dedicated server : error while loading shared libraries

I build engine from source and build dedicated server for windows .
I test it and works.

i use cross platform to make linux dedicated server:

I upload all generated files to the centos8 public VPS.

  • I switch root user to the different name nidza.
sudo ./BrmServer-Linux-Shipping -log
[sudo] password for nidza:
./BrmServer-Linux-Shipping: error while loading shared libraries: libApexCommon.so: cannot open shared object file: No such file or directory

I build package from Ue4.22-from-source Editor GUI.

same for me