libnuma.so.1共享库安装
yum install libnuma*
http://blog.itpub.net/8183550/viewspace-1820856/
运行以下命令检查动态库c++:
strings /usr/lib64/libstdc++.so.6|grep GLIBC
查看系统glibc库版本可使用如下命令:
strings /lib64/libc.so.6 |grep GLIBC_
Centos6.5 glibc 升级
http://hardog.net/2016/03/06/Centos6-5-glibc-%E5%8D%87%E7%BA%A7/