Libtorch is not available for low version _GLIBC

I wanna compile a program required libtorch, so download libtorch (cxx11 ABI for cpu on linux) provided by https://download.pytorch.org/libtorch/cpu/libtorch-cxx11-abi-shared-with-deps-1.12.1%2Bcpu.zip, but it turns:

libtorch/lib/libtorch_cpu.so: undefined reference to ‘powf@GLIBC_2.27’
libtorch/lib/libtorch_cpu.so: undefined reference to ‘expf@GLIBC_2.27’

it seems this libtorch library requires GLIBC version >= 2.27 (my version GLIBC is 2.17)
so, how can I get libtorch for lower version GLIBC except from source?
Could pytorch officially provide libtorch for GLIBC 2.17 ?

Hi,Have you solved this? I met this problem too. And my glibc version is 2.27