mirror of
https://github.com/searxng/searxng.git
synced 2025-09-10 20:28:25 +02:00
utils/lib.sh: make uWSGI installation available for all distros
support: ubuntu, debin, fedora, archlinux Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
f5d10abc7f
commit
d5917cc029
6 changed files with 136 additions and 11 deletions
|
@ -43,6 +43,9 @@ case $DIST_ID in
|
|||
git build-essential libxslt-dev zlib1g-dev libffi-dev libssl-dev "
|
||||
;;
|
||||
arch) # pacman packages
|
||||
# FIXME:
|
||||
# - /usr/lib/uwsgi/http_plugin.so: cannot open shared object file: No such file or directory !!!
|
||||
# - /usr/lib/uwsgi/systemd_logger_plugin.so: cannot open shared object file: No such file or directory !!!
|
||||
SEARX_PACKAGES="\
|
||||
python python-pip python-lxml python-babel \
|
||||
uwsgi uwsgi-plugin-python \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue