Linux 問題處理集錦

丶Pz發表於2018-11-14

安裝nginx,編譯過程中遇到的問題

  • wget command not found

    yum -y install wget

  • c compiler cc is not found

    yum -y install gcc-c++

  • the HTTP rewrite module requires the PCRE library

    yum -y install pcre-devel openssl openssl-devel

相關文章