version GLIBC_PRIVATE not defined in file ld-linux-x86-64.so.2

会有一股神秘感。 提交于 2019-12-03 13:54:51

if anyone could give a beginner some help on gcc version issue?

Your problem has nothing to do with any GCC versions.

git: relocation error: libc.so.6: symbol _dl_starting_up, ...

This error most likely means that you are trying to use something other than the system libc.so.6 (perhaps by pointing LD_LIBRARY_PATH to directory that contains a copy of libc.so.6 from a different system).

Don't do that: it doesn't work. Using alternate GLIBC version is possible, but complicated. This answer provides some ways to do that.

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