Skip to content

Compile sauron on Debian 11 fails (workaround) #2

@tietjen

Description

@tietjen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions