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

RasPi5: BTC won't install: sudo install -m 0755 -o root -g root -t /usr/local/bin bitcoin-$VERSION/bin/* #1431

Closed
czflash opened this issue May 15, 2024 · 6 comments
Labels
support Help, I'm stuck somehow

Comments

@czflash
Copy link

czflash commented May 15, 2024

I'm setting up a raspberry pi 5 and I have gotten all the way to the installation part of the guide.

$ tar -xvf bitcoin-$VERSION-aarch64-linux-gnu.tar.gz
$ sudo install -m 0755 -o root -g root -t /usr/local/bin bitcoin-$VERSION/bin/*
$ bitcoin-cli --version

I was able to extract the files by using by changing it to "tar -xvf bitcoin-27.0-arm-linux-gnueabihf.tar.gz"

Now I'm on the installation and it doesn't seem to install.

It looks like something might have happened here, but I'm not quite sure. "tmp $ sudo install -m 0755 -o root -g root -t /usr/local/bin bitcoin-27.0/bin/
install: omitting directory 'bitcoin-27.0/bin/'"

Any suggestions to get it to install?
Thanks
Kevin

Screenshot (4454)

@czflash czflash added the support Help, I'm stuck somehow label May 15, 2024
@czflash
Copy link
Author

czflash commented May 15, 2024

I redid the entire thing and Bitcoin core is stillnot installing:

Screenshot (4460)

sudo install -m 0755 -o root -g root -t /usr/local/bin bitcoin-$VERSION/bin/*

@czflash
Copy link
Author

czflash commented May 16, 2024

sudo install -m 0755 -o root -g root -t /usr/local/bin bitcoin-$VERSION/bin/*

It basically takes the command opens a new command line and seems to does nothing ....

@czflash czflash changed the title Stuck on installation Stuck BTC on installation May 16, 2024
@czflash czflash changed the title Stuck BTC on installation RasPi5: BTC won't install: sudo install -m 0755 -o root -g root -t /usr/local/bin bitcoin-$VERSION/bin/* May 16, 2024
@czflash
Copy link
Author

czflash commented May 16, 2024

Ok I have a password on my SSH login ... but there has not been request for it to proceed ....

@czflash
Copy link
Author

czflash commented May 16, 2024

Well here is the problem apparently: "install: cannot stat 'bitcoin-/bin/*': No such file or directory"

@czflash
Copy link
Author

czflash commented May 16, 2024

Ok I figured that out ... I had the 32 bit version when I needed to install the 64 bit version. Now I have another problem: I have two admin accounts .... and key problem!

"sudo: /usr/local/bin/sudo must be owned by uid 0 and have the setuid bit set"

@czflash
Copy link
Author

czflash commented May 18, 2024

Well I wiped everything and started over and got the log in back!

@czflash czflash closed this as completed May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support Help, I'm stuck somehow
Projects
None yet
Development

No branches or pull requests

1 participant