You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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: Runningbundle install
fails with a build failure for thesha3
gem native extension.Current Workaround
Running
gem install sha3 -v '1.0.2'
afterbundle 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
The text was updated successfully, but these errors were encountered: