rebuild uwsgi with pcre support

前端 未结 7 1139
夕颜
夕颜 2020-12-01 01:25

when running uwsgi i get the following message:

!!! no internal routing support, rebuild with pcre support !!!

I already have installed pcr

7条回答
  •  遥遥无期
    2020-12-01 01:43

    pip uninstall uwsgi
    
    sudo apt-get install libpcre3 libpcre3-dev
    
    pip install uwsgi
    

    I solved it with the above commands.

提交回复
热议问题