diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-25 20:20:17 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-25 20:20:17 +0100 |
| commit | d5917cc029e2736b11412a570470c666af093ec9 (patch) | |
| tree | 203ddb2532028fc42e99d1d354fe88af73f3e03e /utils/searx.sh | |
| parent | f5d10abc7fe3747ec0d387978d772ce6799fea72 (diff) | |
utils/lib.sh: make uWSGI installation available for all distros
support: ubuntu, debin, fedora, archlinux
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/searx.sh')
| -rwxr-xr-x | utils/searx.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/searx.sh b/utils/searx.sh index 2bf26bba4..c6f58b6a9 100755 --- a/utils/searx.sh +++ b/utils/searx.sh @@ -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 \ |