Linux中國

Linux 有問必答:如何修復「fatal error: openssl/aes.h: No such file or directory

要解決這個問題,你需要安裝OpenSSL 開發包,這在所有的現代Linux發行版的標準軟體倉庫中都有。

要在Debian、Ubuntu或者其他衍生版上安裝OpenSSL:

$ sudo apt-get install libssl-dev

要在Fedora、CentOS或者RHEL上安裝OpenSSL開發包:

$ sudo yum install openssl-devel

安裝完後,嘗試重新編譯程序。

via: http://ask.xmodulo.com/fix-fatal-error-openssl.html

譯者:geekpi 校對:wxy

本文由 LCTT 原創翻譯,Linux中國 榮譽推出


本文轉載來自 Linux 中國: https://github.com/Linux-CN/archive

對這篇文章感覺如何?

太棒了
0
不錯
0
愛死了
0
不太好
0
感覺很糟
0
雨落清風。心向陽

    You may also like

    Leave a reply

    您的電子郵箱地址不會被公開。 必填項已用 * 標註

    此站點使用Akismet來減少垃圾評論。了解我們如何處理您的評論數據

    More in:Linux中國