Lukas Tribus
January 09, 2015 08:28AM
> Hi,
>
> I am compiling and installing NGinx from source
> [...]
> checking for sys/filio.h ... not found
> checking for /dev/poll ... 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 dlopen() ... not found
> checking for SO_SETFIB ... not found
> checking for SO_ACCEPTFILTER ... not found
> checking for kqueue AIO support ... not found
> checking for setproctitle() ... not found
> checking for POSIX semaphores ... not found
> checking for struct dirent.d_namlen ... not found
>
>
> I figure out that the followings are found with another one
> crypt
> dlopen
> kqueue
> poll
> POSIX semaphores
>
> But other are not found yet. Why this is happening? How to resolve those?
> and Is it ok having not found while configuration. I am afraid to go further
> skipping these not found issues

The configure script will worry about those things. Unless you see an actual
error, you don't need to worry. "Not found" is an information, not an error
in this context, and is expected (for example kqueue is a BSD feature, you
don't have it on linux).


Lukas


_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Nginx Configuration saying Not found. Why and How to get rid of it?

nurrony January 09, 2015 07:59AM

RE: Nginx Configuration saying Not found. Why and How to get rid of it?

Lukas Tribus January 09, 2015 08:28AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 98
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready