undefined reference to `dladdr@GLIBC_2.34'

I have clear the cache with conan remove “*”. But when I run cmake -Daudacity_conan_allow_prebuilt_binaries=Off … it failed:

Generating host-minsizerel profile...
Traceback (most recent call last):
  File "/home/lili/soft/audacity-sources-3.4.2/conan/conan_runner.py", line 109, in <module>
    subprocess.check_call(conan_options)
  File "/usr/local/lib/python3.12/subprocess.py", line 413, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['conan', 'install', '/home/lili/soft/audacity-sources-3.4.2/conan', '--build=missing', '--output-folder', '/home/lili/soft/audacity-sources-3.4.2/build', '--remote', 'audacity-recipes-conan2', '--profile:build', '/home/lili/soft/audacity-sources-3.4.2/build/conan/profiles/build.profile', '--profile:host', '/home/lili/soft/audacity-sources-3.4.2/build/conan/profiles/host-debug.profile']' returned non-zero exit status 1.
CMake Error at cmake-proxies/cmake-modules/AudacityDependencies.cmake:209 (message):
  Conan failed to install dependencies (1) /usr/local/bin/python3.12
Call Stack (most recent call first):
  CMakeLists.txt:579 (include)


-- Configuring incomplete, errors occurred!

I searched a related issue here. It seems this problem is not solved for a year.