mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-26 21:30:55 +08:00
PUB:20141022 Linux FAQs with Answers--How to fix fatal error--openssl or aes.h--No such file or directory
@geekpi
This commit is contained in:
parent
c6faef5ffd
commit
bcb77309c8
@ -1,10 +1,10 @@
|
||||
Linux 有问必答 -- 如何修复“fatal error: openssl/aes.h: No such file or directory”
|
||||
Linux 有问必答:如何修复“fatal error: openssl/aes.h: No such file or directory”
|
||||
================================================================================
|
||||
> **Question**:我尝试在Linux编译一个程序,但是编译失败并报了一个错,“fatal error: openssl/aes.h: No such file or directory”。我该怎样安装要求的头文件并在我的Linux上解决这个问题?
|
||||
|
||||
fatal error: openssl/aes.h: No such file or directory
|
||||
|
||||
如果你在编译时遇到这个错误,这可能是下面的原因:你尝试编译的程序使用OpenSSL,但是需要和OpenSSL链接的文件(库和头文件)在你Linux平台上缺少。
|
||||
如果你在编译时遇到这个错误,这可能是下面的原因:你尝试编译的程序使用OpenSSL,但是需要和OpenSSL链接的文件(库和头文件)在你Linux平台上缺少。(LCTT 译注:其它类似的错误也可以照此处理)
|
||||
|
||||
要解决这个问题,你需要安装**OpenSSL 开发包**,这在所有的现代Linux发行版的标准软件仓库中都有。
|
||||
|
||||
@ -22,8 +22,7 @@ Linux 有问必答 -- 如何修复“fatal error: openssl/aes.h: No such file or
|
||||
|
||||
via: http://ask.xmodulo.com/fix-fatal-error-openssl.html
|
||||
|
||||
作者:[作者名][a]
|
||||
译者:[geekpi](https://github.com/geekpi)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
校对:[wxy](https://github.com/wxy)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|
Loading…
Reference in New Issue
Block a user