- 论坛徽章:
- 0
|
gdb在调试程序时候提示 Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.107.el6.i686
然后运行debuginfo-install glibc-2.12-1.107.el6.i686
无法安装成功提示:
[root@zxliang yum.repos.d]# debuginfo-install glibc
Loaded plugins: fastestmirror, refresh-packagekit
enabling epel-debuginfo
Loading mirror speeds from cached hostfile
* epel: mirrors.hustunique.com
* epel-debuginfo: mirrors.hustunique.com
file:///mnt/cdrom/repodata/repomd.xml: [Errno 14] Could not open/read file:///mnt/cdrom/repodata/repomd.xml
Trying other mirror.
Checking for new repos for mirrors
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,
怎么解决呢?大神帮帮忙?
而且glibc也已经安装了。
[root@zxliang ~]# yum install glibc
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
* epel: mirrors.hustunique.com
file:///mnt/cdrom/repodata/repomd.xml: [Errno 14] Could not open/read file:///mnt/cdrom/repodata/repomd.xml
Trying other mirror.
Setting up Install Process
Package glibc-2.12-1.107.el6.i686 already installed and latest version
Nothing to do
|
|