Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds missing libgcrypt-dev for RSA compilation errors as per vysheng/…
- Loading branch information
f3fe47f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
libgcrypt-dev failed to solve the compilation issue.
libssl1.0-dev was what worked for me.
f3fe47f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a
libssl-dev
on the list, does it needs to be 1.0 explicitly?f3fe47f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, just tested again and can verify that libssl1.0-dev works, but not libssl-dev