Hi All,
Seem to be having issues with using RDF, when setting up LCG views. At the moment I’m using
“source /cvmfs/sft.cern.ch/lcg/views/LCG_106a/x86_64-el9-gcc11-opt/setup.sh“ and then logging into eos to access files. Unfortunately I get then get this error message when running RDF
“python: /lib64/libc.so.6: version GLIBC_2.34' not found (required by python) python: /lib64/libm.so.6: version GLIBC_2.29’ not found (required by /cvmfs/sft.cern.ch/lcg/releases/Python/3.11.9-2924c/x86_64-el9-gcc11-opt/bin/../lib/libpython3.11.so.1.0)
python: /lib64/libc.so.6: version GLIBC_2.28' not found (required by /cvmfs/sft.cern.ch/lcg/releases/Python/3.11.9-2924c/x86_64-el9-gcc11-opt/bin/../lib/libpython3.11.so.1.0) python: /lib64/libc.so.6: version GLIBC_2.25’ not found (required by /cvmfs/sft.cern.ch/lcg/releases/Python/3.11.9-2924c/x86_64-el9-gcc11-opt/bin/../lib/libpython3.11.so.1.0)
python: /lib64/libc.so.6: version GLIBC_2.26' not found (required by /cvmfs/sft.cern.ch/lcg/releases/Python/3.11.9-2924c/x86_64-el9-gcc11-opt/bin/../lib/libpython3.11.so.1.0) python: /lib64/libc.so.6: version GLIBC_2.27’ not found (required by /cvmfs/sft.cern.ch/lcg/releases/Python/3.11.9-2924c/x86_64-el9-gcc11-opt/bin/../lib/libpython3.11.so.1.0)
python: /lib64/libc.so.6: version GLIBC_2.33' not found (required by /cvmfs/sft.cern.ch/lcg/releases/Python/3.11.9-2924c/x86_64-el9-gcc11-opt/bin/../lib/libpython3.11.so.1.0) python: /lib64/libc.so.6: version GLIBC_2.32’ not found (required by /cvmfs/sft.cern.ch/lcg/releases/Python/3.11.9-2924c/x86_64-el9-gcc11-opt/bin/../lib/libpython3.11.so.1.0)
python: /lib64/libc.so.6: version `GLIBC_2.34’ not found (required by /cvmfs/sft.cern.ch/lcg/releases/Python/3.11.9-2924c/x86_64-el9-gcc11-opt/bin/../lib/libpython3.11.so.1.0)“
For context the system I’m ssh’d to uses:
# # CPU Architecture - x86_64
# # OS Base -
# # ID:"almalinux"
# # PlatformID:"platform:el9"
# # VERSION_ID:"9.6"
# # GCC version - 11.5
I know I’m missing something with the sourcing lcg views, but I’m not sure what, so any help with this would be much appreciated!