!!! no internal routing support, rebuild with pcre support !!!
CentOS 6.5
python2.6
通过pip install uwsgi安装的uwsgi,
已安装了pcre,为何在执行uwsgi file命令时还会出现
!!! no internal routing support, rebuild with pcre support !!!错误提示?
回答:
我已找到解决方案,先pip uninstall uwsgi,然后yum install -y pcre pcre-devel pcre-static,然后再pip install uwsgi,最后测试了一下,果然解决了;
这里记录一下,也方便后来人吧~
回答:
你好,yum install -y pcre pcre-devel pcre-static报错!!!!
File "/usr/bin/yum", line 30 except KeyboardInterrupt, e:
啊啊啊,快被搞死啦。。。一直配不好QAQ
回答:
同时配置文件中看下是不是配置了uid pid,这个配置不对, 也会出现问题。
以上是 !!! no internal routing support, rebuild with pcre support !!! 的全部内容, 来源链接: utcz.com/a/160861.html