Debug Error "/usr/lib/debug//lib64/ld-2.22.so.debug" does not match "/lib64/ld-linux-x86-64.so.2"

GoldenEagle

New member
Getting this error in an rsl error file when running ./real.exe

"MPT: warning: the debug information found in "/usr/lib/debug//lib64/ld-2.22.so.debug" does not match "/lib64/ld-linux-x86-64.so.2" (CRC mismatch)"

I found references that advised others with the issue to remove the package libc6-amd64:i386. For example: CRC mismatch warning running helloworld.c from gdb on ubuntu 20.04.3

Could someone more familiar with this error confirm if this is what I need to remove, or give any additional advice on how to proceed?
 
I'm glad to hear you were able to resolve it. If you don't mind, can you post the solution to the problem? Thanks!
 
Back
Top