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
多学点,总不会吃亏的。