Centos7内核版安装nginx环境问题及解决方法

萝らか妹 提交于 2020-02-05 16:53:52

错误信息:./configure: error: C compiler cc is not found
解决方案:yum -y install gcc gcc-c++ autoconf automake make

错误信息:./configure: error: the HTTP rewrite module requires the PCRE library.
解决方案:yum -y install pcre-devel openssl openssl-devel

netstat安装:yum -y install net-tools

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!