Home  >  Article  >  Database  >  GDB:Missing separate debuginfos, use: debuginfo-install glib

GDB:Missing separate debuginfos, use: debuginfo-install glib

WBOY
WBOYOriginal
2016-06-07 15:19:361354browse

修改/etc/yum.repos.d/CentOS-Debuginfo.repo里面的debuginfo目录中enable=1 2 命令:yuminstallnss-softokn-debuginfo --nogpgcheck 如果直接执行debuginfo-install命令的话会出现nss-softokn-debuginfoXXXXXXXnotsigned,就是没有签名,不能安装,所以采用-

修改/etc/yum.repos.d/CentOS-Debuginfo.repo里面的debuginfo目录中enable=1
2
命令:yum install nss-softokn-debuginfo --nogpgcheck
如果直接执行debuginfo-install命令的话会出现nss-softokn-debuginfoXXXXXXX not signed ,就是没有签名,不能安装,所以采用--nogpgcheck选项 忽略签名的检查
3
命令:debuginfo-install glibc-2.12-1.80.e16_3.5.i686

其他linux系统可参照以上步骤解决,如果是64位系统 需要修改最后一步:debuginfo-install glibc-2.12-1.132.el6.x86_64


如果没有debuginfo-install命令的话:

yum install  yum-utils

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn