Fixes #23111
It would seem that I got the wrong default glibc-dynamic-linker path for PowerPC platforms. This means that for our currently released v22.0 binaries to be run on powerpc platforms, users would have to either:
- Move
/lib64/ld64.so.?
to/lib
, or - Invoke their linker-loader directly to start our binaries, e.g.
/lib64/ld64.so.? bitcoind
This is my bad.
I’ve fixed the paths in this patchset, and also added a test to symbol-check.py
so that this does not ever slip past our checks again.