首页 > 代码库 > !!! no internal routing support, rebuild with pcre support !!!解决方案

!!! no internal routing support, rebuild with pcre support !!!解决方案

pip uninstall uwsgi
yum install -y pcre pcre-devel pcre-static
pip install uwsgi -I --no-cache-dir

参考资料:

https://segmentfault.com/q/1010000002802250

http://stackoverflow.com/questions/21669354/rebuild-uwsgi-with-pcre-support

!!! no internal routing support, rebuild with pcre support !!!解决方案