14 Apr
2024
14 Apr
'24
5:48 p.m.
Paul Rubin wrote on 2024-04-14 08:06:
detected binary path: /opt/mailman/venv/bin/uwsgi !!! no internal routing support, rebuild with pcre support !!!
I don't know about your problem with it not being responsive, but this message can be solved by running (inside the venv, assuming Ubuntu / Debian OS):
pip uninstall uwsgi sudo apt install libpcre3 libpcre3-dev pip install --force-reinstall -U --no-deps --no-cache-dir uwsgi
No idea how important PCREs are to Mailman3, but it probably doesn't hurt to have it.
It isn't mentioned in the venv install guide.