Earlier I installed FreeBSD 13-CURRENT, installed uwsgi through ports
It did work well and I was able to access a plugin named router_redirect . When I'm installing the same in 12.1-STABLE on my RPi3, I'm unable to access the plugin
It prints
!!! UNABLE to load uWSGI plugin: Cannot open "./router_redirect_plugin.so" !!!
My .ini file is as follows:
I also tried uninstalling with port and installing with pkg, doesn't work!
Bash:
cd /usr/ports/www/uwsgi
make install clean
It did work well and I was able to access a plugin named router_redirect . When I'm installing the same in 12.1-STABLE on my RPi3, I'm unable to access the plugin
It prints
!!! UNABLE to load uWSGI plugin: Cannot open "./router_redirect_plugin.so" !!!
My .ini file is as follows:
INI:
...
plugins = router_redirect
...
I also tried uninstalling with port and installing with pkg, doesn't work!