symbol lookup error: /usr/lib/x86_64-linux-gnu/libstdc++.so.6错误的解决办法

当出现apt-get: symbol lookup error: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: undefined symbol: _ZNSt8messagesIcE2idE, version GLIBCXX_3.4的时候

 

需要重新配置下一个包

 

Fixed by manually downloading testing version of libc6 from here

http://packages.debian.org/wheezy/libc6 and installed it

# dpkg -i --auto-deconfigure libc6_2.13-16_amd64.deb

重新配置下libc6_2.13-16_amd64.deb就可以了

 

 

    strings /usr/lib/libstdc++.so.6| grep GLIBC
                
查看版本  然后安装libstdc++6 即可

你可能感兴趣的:(linux)