Add debuginfo repo in CentOS
Error :
Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.132.el6.x86_64 libgcc-4.4.7-4.el6.x86_64 libstdc++-4.4.7-4.el6.x86_64
Problem during install
$> sudo debuginfo-install glibc-2.12-1.132.el6.x86_64 libgcc-4.4.7-4.el6.x86_64 libstdc++-4.4.7-4.el6.x86_64
(...)
Could not find debuginfo for main pkg: glibc-2.12-1.132.el6.x86_64
Could not find debuginfo pkg for dependency package glibc-2.12-1.132.el6.x86_64
Could not find debuginfo pkg for dependency package glibc-2.12-1.132.el6.x86_64
Could not find debuginfo pkg for dependency package glibc-2.12-1.132.el6.x86_64
Could not find debuginfo pkg for dependency package glibc-2.12-1.132.el6.x86_64
Solution:
sudo gedit /etc/yum.repos.d/CentOS-Debuginfo.rep
Change enabled=0 to enabled=1
Save and close.
Re-run
$> sudo debuginfo-install glibc-2.12-1.132.el6.x86_64 libgcc-4.4.7-4.el6.x86_64 libstdc++-4.4.7-4.el6.x86_64
You will then download aprx 120 mb of package and install 650mb of software !
Can you send me debug info packages for both libstdc++ and libgcc for Red hat 6.5 or CentOS version as I can\'t find them anywhere else.