setup on raspberry
Hi, I am trying to install easywall on a raspi4. I was able to fix some dependency issues and everything installed. the only problem that I have is that I am not able to start the webgui. sudo service easystart-web returns the following error
un 18 01:14:24 nix-gateway-2 systemd[1]: Started easywall-web - web interface to control the easywall core application.. Jun 18 01:14:24 nix-gateway-2 easywall-web[14937]: [uWSGI] getting INI configuration from config/web.ini Jun 18 01:14:24 nix-gateway-2 easywall-web[14937]: open("./python3_plugin.so"): No such file or directory [core/utils.c line 3732] Jun 18 01:14:24 nix-gateway-2 easywall-web[14937]: !!! UNABLE to load uWSGI plugin: ./python3_plugin.so: cannot open shared object file: No such file or directory !!! Jun 18 01:14:24 nix-gateway-2 easywall-web[14937]: unable to load plugin "python3" Jun 18 01:14:24 nix-gateway-2 systemd[1]: easywall-web.service: Main process exited, code=exited, status=1/FAILURE Jun 18 01:14:24 nix-gateway-2 systemd[1]: easywall-web.service: Failed with result 'exit-code'.
is there any workaround? thanks! Lelio
apt install uwsgi-core uwsgi-plugin-python3
I tried this but did not succees. Same error appears again. Any other ideas? Thanks!
After
pip3 uninstall uwsgi
apt purge uwsgi*
apt install uwsgi-core uwsgi-plugin-python3
it worked fine. pip3 and apt mixed up incur issues obviously.