Install SDRplay error

I want use SDRplay 1A as RX device

Step 1.
did install API driver
./SDRplay_RSP_API-Linux-3.15.2.run

lsusb:
Bus 001 Device 004: ID 1df7:3000 SDRplay RSP1A

Step 2.
sudo apt-get install build-essential cmake libsoapysdr-dev
git clone GitHub - pothosware/SoapySDRPlay3: Soapy SDR plugin for SDRPlay APIv3
cd SoapySDRPlay
mkdir build
cd build
cmake …
make
sudo make install

all 1. and 2. steps worked without error

but
SoapySDRUtil --probe=“driver=sdrplay”

Probe device driver=sdrplay
[ERROR] SoapySDR::loadModule(/usr/local/lib/SoapySDR/modules0.7/libsdrPlaySupport.so)
dlopen() failed: /lib/arm-linux-gnueabihf/libc.so.6: version `GLIBC_2.34’ not found (required by /usr/local/lib/libsdrplay_api.so.3)
Error probing device: SoapySDR::Device::make() no match

any help are welcome

If you installed all the requirements from the package system first, then ran the api installer, it should be pretty quick and no building. Then building the soapysdrplay is also pretty quick.
If the api install detects missing deps, it will probably build and install from source which will mess with your system with the multiple installed versions.
By the looks of the missing libc, it is 32bit ? in a 64bit it is /usr/lib/aarch64-linux-gnu/libc.so.6

can you please note in detail what you suggest
os is bullseye 32 bit