c:/lib64/libc.so.6:找不到版本`GLIBC_2.11'(c需要) [英] c : /lib64/libc.so.6: version `GLIBC_2.11' not found (required by c )

查看:680
本文介绍了c:/lib64/libc.so.6:找不到版本`GLIBC_2.11'(c需要)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我从IGPROF开始内存分析 -

I am starting with IGPROF for memory profiling--

我安装它,并完成了所有的步骤 - http://igprof.sourceforge.net/install.html

i installed it and done all the steps defined in - http://igprof.sourceforge.net/install.html

但是当我正在运行:


c ++ -o vvvi-build-and-copy vvvi-build-and-copy.cc -ldl -lpthread

c++ -o vvvi-build-and-copy vvvi-build-and-copy.cc -ldl -lpthread

我收到错误 -


c ++: lib64 / libc.so.6:找不到版本`GLIBC_2.11'(c ++需要)

c++: /lib64/libc.so.6: version `GLIBC_2.11' not found (required by c++)

我该怎么办??我现在使用ubuntu。

i google it but not getting what should i do?? i am using ubuntu right now.

你能帮我吗?如果你需要任何其他信息,请告诉我
提前感谢....

Can you help me ?? plz tell me if you need any other info Thanks in advance....

推荐答案

正在使用由新编译器(gcc)编译的库比您当前正在运行。您需要使用当前编译器重新编译库或更改为较新的编译器。

It usually means that you are using library compiled by newer compiler (gcc) than you are currently running. You need to recompile library with your current compiler or change to newer compiler.

这篇关于c:/lib64/libc.so.6:找不到版本`GLIBC_2.11'(c需要)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆