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

fatal error: openssl/aes.h: No such file or directory #122

Closed
awitherow opened this issue Jun 27, 2017 · 1 comment
Closed

fatal error: openssl/aes.h: No such file or directory #122

awitherow opened this issue Jun 27, 2017 · 1 comment

Comments

@awitherow
Copy link

pi@pi:~/dev/git-crypt $ sudo make install PREFIX=/usr/local/bin
g++ -Wall -pedantic -Wno-long-long -O2   -c -o crypto-openssl.o crypto-openssl.cpp
crypto-openssl.cpp:34:25: fatal error: openssl/aes.h: No such file or directory
 #include <openssl/aes.h>
                         ^
compilation terminated.
<builtin>: recipe for target 'crypto-openssl.o' failed
make: *** [crypto-openssl.o] Error 1

I am on a raspberry pi on the latest jessian. I am wondering if the make script does not work on this?

@awitherow
Copy link
Author

Doing some googling, it seems that I did not have the library libssl-dev installed and this prevented the installation from working.

To solve this, I used sudo apt-get install libssl-dev

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

1 participant