centos7.2升级glibc问题记录

mac2025-04-07  11

1.centos7.2系统不支持glibc-2.18到glibc-2.30

2.centos7.2系统不支持ortp1.0.2版本的库

因为ortp-1.0.2的依赖库中包含mbedtls-2.16.0-1-x86_64,而libmbedtls.so.12需要glibc的编译器版本为2.28.

编译程序时报错:

/lib64/libmbedtls.so.12: undefined reference to `fcntl64@GLIBC_2.28'

最新回复(0)