version `GLIBC_2.17' not found 解决方法
Posted dwchenxj
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了version `GLIBC_2.17' not found 解决方法相关的知识,希望对你有一定的参考价值。
1、先查看是哪个函数用的是GLIBC_2.17
[email protected]:/home/emb/temp# nm lib61850.so | grep GLIBC_2.17
U [email protected]@GLIBC_2.17
2、查看clock_gettime 帮助:
[email protected]:/home/emb/temp#
man clock_gettime 其中有提示:Link with -lrt (only for glibc versions before 2.17).
3、编绎时加上链接选项,问题得以解决。
以上是关于version `GLIBC_2.17' not found 解决方法的主要内容,如果未能解决你的问题,请参考以下文章
使用 ld 编译时出错:__stack_chk_guard@@GLIBC_2.17
Centos6 升级glibc-2.17,解决Requires: libc.so.6(GLIBC_2.14)(64bit)错误解决方法