Missing separate debuginfos

2025-10-30 02:13:15

1、安装debuginfo 去http://debuginfo.centos.org寻找和你内核完全匹配:

(例如本机uname -r 2.6.18-194.el5 只能选kernel-debuginfo-2.6.18-194.el5.i686.rpm  kernel-debuginfo-common-2.6.18-194.el5.i686.rpm

kernel-debuginfo-common-xxxxx

kernel-debuginfo-xxxx

2、安装debuginfo

rpm -ivh kernel-debuginfo-common-xxxxx

rpm -ivh kernel-debuginfo-xxxx

3、配置yum源

For this to work, you need to have the debuginfo repository defined. For CentOS 5, put the following in /etc/yum.repos.d/CentOS-Base-debuginfo.repo:

[base-debuginfo]name=CentOS-$releasever - DebugInfobaseurl=http://debuginfo.centos.org/$releasever/$basearch/gpgcheck=0 

enabled=0 

protect=1 

priority=1

4、利用debuginfo-install安装glibc

debuginfo-install glibc

声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
猜你喜欢