Linux 问题处理集锦

安装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

posted @ 2018-11-14 10:43  丶Pz  阅读(202)  评论(0编辑  收藏  举报