Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bitcoind on ubuntu server + pie5 "not a dynamic executable" #4231

Open
piregler opened this issue May 28, 2024 · 0 comments
Open

bitcoind on ubuntu server + pie5 "not a dynamic executable" #4231

piregler opened this issue May 28, 2024 · 0 comments

Comments

@piregler
Copy link

I followed the guide on bitcoin core to run a node: https://bitcoin.org/en/full-node#other-linux-gui.
My HW is a Raspberry Pie5 8gb Version with ubuntu-server 24.04 installed on a NVME-SSD.
I did the following:

wget https://bitcoin.org/bin/bitcoin-core-27.0/bitcoin-27.0-arm-linux-gnueab
tar xzf bitcoin-27.0-arm-linux-gnueabihf.tar.gz
sudo install -m 0755 -o root -g root -t /usr/local/bin bitcoin-27.0/bin/*

Using bitcoind -daemon, throws:

-bash: /usr/local/bin/bitcoind: cannot execute: required file not found

and ldd /usr/local/bin/bitcoind gives:

	not a dynamic executable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant