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

Raspbian Installation Issue #178

Open
pythonmcpi opened this issue Aug 25, 2022 · 0 comments
Open

Raspbian Installation Issue #178

pythonmcpi opened this issue Aug 25, 2022 · 0 comments

Comments

@pythonmcpi
Copy link

The Issue

After cloning the repo and installing Ruby via rvm on a Raspberry Pi 3B+ running a somewhat outdated Raspbian version, I ran into a slight issue: Running bundle install fails with a build failure for the sha3 gem native extension.

Current Workaround

Running gem install sha3 -v '1.0.2' after bundle install (and the error) allows the server to start fine. I have not tested with any clients yet.

Potential Fix

Bump the version of sha3 from 1.0.1 to 1.0.2 (current version on rubygems.org is 1.0.4).

Reference

johanns/sha3#8

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