编译安装nginx报错 checking for C compiler ... not found


编译安装在执行./configure步骤报错,是因为缺少环境变量

checking for C compiler … not found

./configure: error: C compiler cc is not found

解决办法

yum -y install gcc
yum -y install gcc-c++

 

 

 

./configure: error: the HTTP rewrite module requires the PCRE library.
You can either disable the module by using --without-http_rewrite_module
option, or install the PCRE library into the system, or build the PCRE library
statically from the source with nginx by using --with-pcre= option.

解决办法

yum -y install pcre-devel openssl openssl-devel


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM