Выполняю:
[root@termit root]# cd nginx-0.3.48
[root@termit nginx-0.3.48]# ./configure
Ошибка:
./configure: error: can not detect int size
делаю make:
make -f objs/Makefile
make[1]: Entering directory `/root/nginx-0.3.48'
gcc -c -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \
-o objs/src/core/nginx.o \
src/core/nginx.c
make[1]: gcc: Command not found
make[1]: *** [objs/src/core/nginx.o] Error 127
make[1]: Leaving directory `/root/nginx-0.3.48'
make: *** [build] Error 2
|