This repository was archived by the owner on Oct 30, 2023. It is now read-only.
This repository was archived by the owner on Oct 30, 2023. It is now read-only.
Ran into issue with openssl during install and resolved #12
Closed
Description
When running step 3 on recommended compile and install method on Raspberry Pi 4
I was getting strange errors, and the build failed due to openssl.
I tried updating and even manually compiling openssl 1.0.1 and didn't work.
What did work is:
sudo apt-get install pkg-config libssl-dev
then after running
cargo install --path .
it completed as expected without errors