GLIBC_2.7 not found

一世执手 提交于 2019-12-04 00:14:23
Employed Russian

The error means that you built .tools/bridge/bridge on a system with glibc-2.7 (or later), and are trying to run it on a system that has glibc-2.6 or earlier.

Linux (and most UNIXes) does not support "build on later, run on earlier"; only the reverse scenario is supported.

See also this answer.

The 'glibc' is not the latest version, and you can try to update glibc package.

yum install glibc

or

yum install glibc-2.7
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!