Describe the issue
I download the powerpc64le tarball, extract it and run bitcoind the same as I do with x86 and it doesnt run.
What behavior did you expect?
I expected it to run.
What was the actual behavior (provide screenshots if the issue is GUI-related)?
root@acde684805fd:~# ls
bitcoin-22.0-powerpc64le-linux-gnu.tar.gz
root@acde684805fd:~# tar -xzvf bitcoin-22.0-powerpc64le-linux-gnu.tar.gz -C /usr/local --strip-components=1 --exclude=*-qt
bitcoin-22.0/README.md
bitcoin-22.0/bin/
bitcoin-22.0/bin/bitcoin-cli
bitcoin-22.0/bin/bitcoin-tx
bitcoin-22.0/bin/bitcoin-util
bitcoin-22.0/bin/bitcoin-wallet
bitcoin-22.0/bin/bitcoind
bitcoin-22.0/bin/test_bitcoin
bitcoin-22.0/include/
bitcoin-22.0/include/bitcoinconsensus.h
bitcoin-22.0/lib/
bitcoin-22.0/lib/libbitcoinconsensus.so
bitcoin-22.0/lib/libbitcoinconsensus.so.0
bitcoin-22.0/lib/libbitcoinconsensus.so.0.0.0
bitcoin-22.0/share/
bitcoin-22.0/share/man/
bitcoin-22.0/share/man/man1/
bitcoin-22.0/share/man/man1/bitcoin-cli.1
bitcoin-22.0/share/man/man1/bitcoin-qt.1
bitcoin-22.0/share/man/man1/bitcoin-tx.1
bitcoin-22.0/share/man/man1/bitcoin-util.1
bitcoin-22.0/share/man/man1/bitcoin-wallet.1
bitcoin-22.0/share/man/man1/bitcoind.1
root@acde684805fd:~# which bitcoind
/usr/local/bin/bitcoind
root@acde684805fd:~# bitcoind
bash: /usr/local/bin/bitcoind: No such file or directory <-------------- ERROR !!
root@acde684805fd:~# which bitcoin-cli
/usr/local/bin/bitcoin-cli
root@acde684805fd:~# bitcoin-cli getnetworkinfo
bash: /usr/local/bin/bitcoin-cli: No such file or directory <--------------- ERROR !!
root@acde684805fd:~#
What linux version ?
root@acde684805fd:~# uname -a
Linux acde684805fd 4.19.0-17-powerpc64le [#1](/bitcoin-bitcoin/1/) SMP Debian 4.19.194-3 (2021-07-18) ppc64le GNU/Linux
What version of Bitcoin Core are you using, where did you get it (website, self-compiled, etc)?
https://bitcoincore.org/bin/bitcoin-core-22.0/bitcoin-22.0-powerpc64le-linux-gnu.tar.gz
What type of machine are you observing the error on (OS/CPU and disk type)?
Headless Server running Debian Buster, 16 CPUs, NVMe Storage & too much RAM [ Talos™ II Secure Workstation by Raptor Computing Systems ]
GUI-related issue? What is your operating system and its version? If Linux, what is your desktop environment and graphical shell?
GUI ? ? ? Nah . . .