dsprenkels / sss-cli

Command line program for secret-sharing strings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install fails on Raspberry Pi OS

sunknudsen opened this issue · comments

Installed Rust using curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh on Raspberry Pi OS and ran cargo install --git https://github.com/dsprenkels/sss-cli --branch v0.1.

Following error is thrown:

  = note: /usr/bin/ld: /tmp/cargo-installuViAgW/release/deps/libshamirsecretsharing_cli-ce60b7e353e5e699.rlib(shamirsecretsharing_cli-ce60b7e353e5e699.shamirsecretsharing_cli.8piw6w0j-cgu.0.rcgu.o): in function `shamirsecretsharing_cli::crypto_secretbox':
          shamirsecretsharing_cli.8piw6w0j-cgu.0:(.text._ZN23shamirsecretsharing_cli16crypto_secretbox17h5efbbce4803b019dE+0x114): undefined reference to `crypto_secretbox_xsalsa20poly1305_tweet'
          collect2: error: ld returned 1 exit status

New to Rust, so might be missing something obvious.

Hey @sunknudsen, thanks for the bug report. I think this is actually a duplicate of #18. It should have been fixed now after pushing a fixed release to the 0.1 branch.