NGINX 编译报错及pcre-devel无法安装? 400 报错
一、编译nginx报错:
./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=<path> option.
二、查看pcre
三、yum安装pcre-devel :
yum -y install pcre-devel
报错Protected multilib versions: pcre-7.8-7.el6.i686 != pcre-7.8-7.kb2.ky3.x86_64
四、添加指令 --setopt=protected_multilib=false
yum install pcre-devel --setopt=protected_multilib=false
报错
事务测试出错:
package pcre-7.8-7.kb2.ky3.x86_64 (which is newer than pcre-7.8-7.el6.i686) is already installed
求大神解救我该怎么安装pcre-devel
将pcre卸载了,再来装pcre-devel呢?######不敢删,怕系统崩溃,装的还是麒麟系统,万一是定制的pcre包,重下的不匹配就完蛋了
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。