Missing separate debuginfos
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。
阅读量:104
阅读量:21
阅读量:136
阅读量:60
阅读量:171