Linux FAQs with Answers--How to fix “fatal error: openssl/aes.h: No such file or directory”

This commit is contained in:
zhengsihua 2014-10-22 20:24:40 +08:00
parent f0993d9d92
commit 7b84e9f0f4

View File

@ -1,3 +1,6 @@
Translating---------geekpi
Linux FAQs with Answers--How to fix “fatal error: openssl/aes.h: No such file or directory”
================================================================================
> **Question**: I am trying to compile a program on Linux, but the compilation fails with an error saying: "fatal error: openssl/aes.h: No such file or directory". How can I install the requested header file and solve this problem on [insert your Linux distro]?