[root@new-host ~]# gdb -q hello1 Reading symbols from /root/hello1...done. (gdb) r Starting program: /root/hello1 Program exited with code 0244. Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.107.el6.i686 (gdb)
我想在CentOS 6.4系统上安装debuginfo。
但我无法安装......
[root@new-host ~]# debuginfo-install glibc-2.12-1.107.el6.i686 Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile Loading mirror speeds from cached hostfile Could not find debuginfo for main pkg: glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package nss-softokn-freebl-3.12.9-11.el6.i686 Could not find debuginfo pkg for dependency package nss-softokn-freebl-3.12.9-11.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 Could not find debuginfo pkg for dependency package glibc-2.12-1.107.el6.i686 No debuginfo packages available to install
如何为我的系统找到合适的回购?
如何将存储库URL添加到debuginfo-install工具?
:(
答案 0 :(得分:6)
rpm -i
。/etc/yum.repos.d/
如果grepping for“debug”显示repo配置使用的是mirrorlist
而不是baseurl
,那么很可能是因为您获得的镜像已过时。您可能希望通过centos-debuginfo
条目将updates-debuginfo
或baseurl
个回购指向 debuginfo.centos.org 。