-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Missing Argon2 Library on Mint 18 (Based on Xenial) #1472
Comments
I had the same problem, see #1417. Unfortunately that issue has not been reopened, thoug. |
The PPA only provides argon2 for Trusty. I'll upload a version for Xenial as soon as we get the beta out. |
PPA now provides argon2 for Xenial. |
I've installed the argon2 package from the PPA on Xenial but I'm getting the following CMake error:
Do I need to set environment variables pointing to the library or pass extra CMake options to build this? |
I found that you need to pass the paths to |
I've been unable to build the develop branch from source on my Mint 18.2 machine for awhile now as there is no argon2 package available, even in the custom APT repo for some reason:
Here is the error from cmake:
I've also made sure to update the package list with
sudo apt-get update
. Is there anything I'm missing here?The text was updated successfully, but these errors were encountered: