Web Server/nginx
Nginx ubuntu에 컴파일시 확인 사항
바리새인
2025. 2. 5. 23:28
checking for sys/filio.h ... not found
sudo apt update
sudo apt install build-essential libpcre3-dev zlib1g-dev libssl-dev
checking for /dev/poll ... not found
--with-cc-opt="-DNGX_HAVE_EPOLL"
checking for PCRE2 library ... not found
sudo apt update
sudo apt install libpcre2-dev
무시해도 되는 내용
checking for nobody group ... not found
checking for kqueue ... not found
checking for crypt() ... not found
checking for F_READAHEAD ... not found
checking for F_NOCACHE ... not found
checking for directio() ... not found
checking for SO_SETFIB ... not found
checking for SO\_BINDANY ... not found
checking for IP\_BINDANY ... not found
checking for IP\_RECVDSTADDR ... not found
checking for IP\_SENDSRCADDR ... not found
checking for setproctitle() ... not found
checking for struct dirent.d\_namlen ... not found