Since the 0.10 release there is an poll() and select()-related error, due to missing inclusion if posix-event and posix-socket:
/home/razvan/projects/unikraft/builds/unikraft-nginx/apps/app-nginx/build/nginx_kvm-x86_64.o: In function `ngx_select_process_events':
/home/razvan/projects/unikraft/builds/unikraft-nginx/apps/app-nginx/build/libnginx/origin/nginx-1.15.6/src/event/modules/ngx_select_module.c:263: undefined reference to `select'
The Config.uk file needs to be updated to use LIBPOSIX_SOCKET and LIBPOSIX_EVENT.
Since the 0.10 release there is an
poll()
andselect()
-related error, due to missing inclusion ifposix-event
andposix-socket
:The
Config.uk
file needs to be updated to useLIBPOSIX_SOCKET
andLIBPOSIX_EVENT
.