install glibc-debuginfo

Trying to debug a core dump using gdb, I have the follwing message: Missing separate debuginfos, use: zypper install glibc-debuginfo-2.22-56.1.x86_64
So next step has beeen “zypper install glibc-debuginfo-2.22-56.1.x86_64”, but I have a dependencie error that i’m not able to solve:
‘glibc-debuginfo-2.22-56.1.x86_64’ not found in package names. Trying capabilities.
No provider of ‘glibc-debuginfo-2.22-56.1.x86_64’ found. [’–plus-content debug’?].

How to do?

Thanks for your help.
Fabrizio

[QUOTE=restori;38328]Trying to debug a core dump using gdb, I have the follwing message: Missing separate debuginfos, use: zypper install glibc-debuginfo-2.22-56.1.x86_64
So next step has beeen “zypper install glibc-debuginfo-2.22-56.1.x86_64”, but I have a dependencie error that i’m not able to solve:
‘glibc-debuginfo-2.22-56.1.x86_64’ not found in package names. Trying capabilities.
No provider of ‘glibc-debuginfo-2.22-56.1.x86_64’ found. [’–plus-content debug’?].

How to do?

Thanks for your help.
Fabrizio[/QUOTE]
Hi
Is the system registered? If so if you check the output from the command;

zypper lr

In there should be the debug pool and updates repos which are disabled by default, you need to enable and then should have access to the required debug packages.

Solved. Thanks for your help.