iagox86/dnscat2

Raspbian Installation Issue

pythonmcpi opened this issue · 0 comments

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