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

Cannot starting mining on RP4 #1

Closed
Ubique88 opened this issue Jun 18, 2021 · 3 comments
Closed

Cannot starting mining on RP4 #1

Ubique88 opened this issue Jun 18, 2021 · 3 comments

Comments

@Ubique88
Copy link

Hi,

Just got my standard miner, and I have it plugged into a RP4 running Raspberry Pi OS 64bit.

When I am trying to start the miner I am getting the following error;

./apollo-miner: /usr/lib/aarch64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by ./apollo-miner)

Is there anything I am missing?

Thanks

@jstefanop
Copy link
Owner

Try running this and see if it helps

sudo apt-get install --only-upgrade libstdc++6

@Ubique88
Copy link
Author

Still no joy.
libstdc++6 is already the newest version (8.3.0-6).

Is it worth trying on Ubuntu 64bit for Pi or will it work on Raspberry Pi OS 64bit.?

The Pi I am running on is a fresh install with all updates applied,

@Ubique88
Copy link
Author

Ok so I think I have figured it out.
What I ended up doing was adding; deb http://ftp.de.debian.org/debian sid main to /etc/apt/sources.list
Then ran;
sudo apt update
sudo apt install libstdc++6
The software now starts and looks for the miner, I just need to turn it on now to check everything is working....But that involves going upstairs to switch it on and currently the football is on, and I have had a beer so maybe at half time.....

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

2 participants