Проблема с установкой nginx

Craken nginx-forum на nginx.us
Пт Фев 4 14:08:46 MSK 2011


Привет всем!
Много раз ставил nginx на серверах (почти
все на Linux Centos). Сейчас потребовалось
поставить на Fedora (старая версия, но
новой пока нету возможности
поставить)!
В общем перерыл много страниц из гугля,
но ответа толком так и не нашел! 
Вот конфиг установки:
[code]
./configure --prefix=/usr/local/nginx --with-http_ssl_module
--with-http_flv_module --with-http_stub_status_module
--http-log-path=/usr/local/nginx/logs 
--http-client-body-temp-path=/usr/local/nginx/var/client_body_temp
--http-proxy-temp-path=/usr/local/nginx/var/proxy_temp
--http-fastcgi-temp-path=/usr/local/nginx/var/fastcgi_temp 
--with-zlib=/usr/local/src/zlib-1.2.3 --with-cpu-opt=pentium4
--pid-path=/usr/local/nginx/logs --lock-path=/usr/local/nginx/logs
--with-http_ssl_module --with-pcre=/usr/local/pcre
--with-openssl=/usr/local/openSSL
[/code]

Вот что получается: 
[code]
checking for OS
 + Linux 2.6.18-1.2798.fc6 x86_64
checking for C compiler ... found
 + using GNU C compiler
 + gcc version: 4.1.1 20061011 (Red Hat 4.1.1-30)
checking for gcc -pipe switch ... found
checking for gcc builtin atomic operations ... not found
checking for C99 variadic macros ... not found
checking for gcc variadic macros ... not found
checking for unistd.h ... found
checking for inttypes.h ... found
checking for limits.h ... found
checking for sys/filio.h ... not found
checking for sys/param.h ... found
checking for sys/mount.h ... found
checking for sys/statvfs.h ... found
checking for crypt.h ... found
checking for Linux specific features
checking for epoll ... not found
checking for sendfile() ... not found
checking for sendfile64() ... not found
checking for sys/prctl.h ... found
checking for prctl(PR_SET_DUMPABLE) ... not found
checking for sched_setaffinity() ... not found
checking for crypt_r() ... not found
checking for sys/vfs.h ... found
checking for nobody group ... found
checking for poll() ... not found
checking for /dev/poll ... not found
checking for kqueue ... not found
checking for crypt() ... not found
checking for crypt() in libcrypt ... not found
checking for F_READAHEAD ... not found
checking for posix_fadvise() ... not found
checking for O_DIRECT ... not found
checking for F_NOCACHE ... not found
checking for directio() ... not found
checking for statfs() ... not found
checking for statvfs() ... not found
checking for dlopen() ... not found
checking for dlopen() in libdl ... not found
checking for sched_yield() ... not found
checking for sched_yield() in librt ... not found
checking for SO_SETFIB ... not found
checking for accept4() ... not found
creating objs/Makefile
checking for int size ...
./configure: error: can not detect int size

[/code]

и на этом все останавливается! 
PCRE и OpenSSL поставил самые последние
версии!

Posted at Nginx Forum: http://forum.nginx.org/read.php?21,172149,172149#msg-172149




Подробная информация о списке рассылки nginx-ru