The 2nd pxc node start failed

Trying to install a Percona Xtradb Cluster 8.0.32 on three nodes
The 1st node’s (the bootstrap node) container runs without any problem.
The 2nd node’s container exits with the following error log:

2023-05-31T10:23:23.504807Z 0 [Note] [MY-000000] [WSREP] Initiating SST/IST transfer on JOINER side (wsrep_sst_xtrabackup-v2 --role ‘joiner’ --address
‘mysql-node2’ --datadir ‘/data/mysql/data/’ --basedir ‘/usr/’ --plugindir ‘/usr/lib64/mysql/plugin/’ --defaults-file ‘/etc/my.cnf’ --defaults-group-suf
fix ‘’ --parent ‘1065645’ --mysqld-version ‘8.0.32-24.1’ ‘’ )
2023-05-31T10:23:23.565279Z 0 [ERROR] [MY-000000] [WSREP-SST] ******************* ERROR **********************
2023-05-31T10:23:23.565338Z 0 [ERROR] [MY-000000] [WSREP-SST] Missing version string in comparison
2023-05-31T10:23:23.565345Z 0 [ERROR] [MY-000000] [WSREP-SST] left-side: operation:< right-side:8.0.32
2023-05-31T10:23:23.565350Z 0 [ERROR] [MY-000000] [WSREP-SST] ******************* ERROR **********************

XB_8x_VERSION=

XB_8x_VERSION=$($XTRABACKUP_80_PATH/bin/$XTRABACKUP_BIN --version 2>&1 | grep -oe ' [0-9]\.[0-9]\.[0-9]*' | head -n1)

/usr/bin/pxc_extra/pxb-8.0/bin/xtrabackup: error while loading shared libraries: libprocps.so.7: cannot open shared object file: No such file or directory

solution:
ln -s /usr/lib64/libprocps.so.8.0.2 /usr/lib64/libprocps.so.7

Hello @luanxp,
This is very unusual. Can you share more details regarding your operating system? I ran a fresh install of PXC 8.0.32 yesterday on CentOS 9 Stream without any issues.

[root@****** ~]# cat /etc/os-release
NAME=“Kylin Linux Advanced Server”
VERSION=“V10 (Lance)”
ID=“kylin”
VERSION_ID=“V10”
PRETTY_NAME=“Kylin Linux Advanced Server V10 (Lance)”
ANSI_COLOR=“0;31”

[root@****** ~]# rpm -qa | grep procps
procps-ng-help-3.3.16-17.ky10.noarch
procps-ng-3.3.16-17.ky10.x86_64
[root@****** ~]#

Hello @luanxp,
Thanks for that info. Unfortunately, that OS is not one of our supported OSes. Glad you figured it out.