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

Compile sauron on Debian 11 fails (workaround) #2

Open
tietjen opened this issue Aug 24, 2022 · 0 comments
Open

Compile sauron on Debian 11 fails (workaround) #2

tietjen opened this issue Aug 24, 2022 · 0 comments

Comments

@tietjen
Copy link

tietjen commented Aug 24, 2022

Rust version on Debian 11 to old => compile fails.

Workaround:

Install newer version of rust and some dependencies as follows

git clone https://github.com/evilsocket/sauron.git
cd sauron
sudo apt remove rustc-mozilla
sudo apt install curl build-essential gcc make libssl-dev libclang1 clang -y
# local user install of rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | s
source "$HOME/.cargo/env"
cargo build --release
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