Skip to content
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

GNU/Linux Debian 9 - Compilation failed - sha256.h #69

Open
blackmennewstyle opened this issue Feb 11, 2020 · 1 comment
Open

GNU/Linux Debian 9 - Compilation failed - sha256.h #69

blackmennewstyle opened this issue Feb 11, 2020 · 1 comment

Comments

@blackmennewstyle
Copy link

I'm trying to compile the sources but i'm getting the error:

finalhe-1.92/src/package.cc:23:20: fatal error: sha256.h: No such file or directory
 #include <sha256.h>
                    ^
compilation terminated.

Am i right to suppose that i have a missing package here?

@jstolarek
Copy link

Same problem on Debian 10. On Debian the SHA header file is part of libssl-dev, so on Debian these two lines in the source code presumably should say:

#include <openssl/sha.h>
#include <openssl/aes.h>

But then the build fails on the following line, i.e. pkg.h header file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants