Note that there are some explanatory texts on larger screens.

plurals
  1. POInstalling Nginx
    primarykey
    data
    text
    <pre><code>./configure --user=boxflux --group=boxflux --prefix=/usr/local/nginx-1.3.0 --with-pcre=/usr/lib64 --with-md5=/usr/lib64 --with-sha1=/usr/lib64 --with-zlib=/usr/lib64 --with-libatomic=/usr/lib64 --with-openssl=/usr/lib64 | grep 'not found' 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 setproctitle() ... not found checking for POSIX semaphores ... not found checking for struct dirent.d_namlen ... not found </code></pre> <p>I have a problem installing nginx.. I've already installed gcc, pcre*, zlib*, openssl* by using 'yum'</p> <p>What's problem with my configuration? By the way, my computer is 64bit centos6 and I'm now installing nginx 1.3.0 (development version)</p> <p>--------- ADDITOIN -----------------------</p> <p>I forgot to mention that it was even worse than I added those --with-*=DIR... When I run a line of code kolbyjack gave me, the result is..</p> <pre><code>./configure --user=boxflux --group=boxflux --prefix=/usr/local/nginx-1.3.0 |grep 'not found' 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 setproctitle() ... not found checking for POSIX semaphores ... not found checking for struct dirent.d_namlen ... not found checking for PCRE JIT support ... not found checking for system md library ... not found checking for system md5 library ... not found checking for sha1 in system md library ... not found </code></pre> <p>Since I am a newbie on centos6.. I really have no any idea on this issue.. please help me.. </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload