아파치 make 시 에러입니다.
사용 배포판은 redhat 7.3 입니다.
다운받은 apache 버전은 1.3.28 입니다.
apache 뿐만이 아니라 어떠한 소스를 다운받아서 컴파일 할때 에러가 나네요
make 시에만 납니다. ./configure 에서는 아무런 에러도 없고요
[root@localhost apache_1.3.28]# make
===> src
make[1]: Entering directory `/root/source/apache_1.3.28'
make[2]: Entering directory `/root/source/apache_1.3.28/src'
===> src/regex
make[3]: Nothing to be done for `all'.
<=== src/regex
===> src/os/unix
gcc -c -I../../os/unix -I../../include -DLINUX=22 -DUSE_HSREGEX -DNO_DL_NEEDED os.c
In file included from /usr/include/linux/errno.h:4,
from /usr/include/bits/errno.h:25,
from /usr/include/errno.h:36,
from ../../include/ap_config.h:1190,
from os.c:6:
/usr/include/asm/errno.h:4:31: asm-generic/errno.h: No such file or directory
make[3]: *** [os.o] Error 1
make[2]: *** [subdirs] Error 1
make[2]: Leaving directory `/root/source/apache_1.3.28/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/root/source/apache_1.3.28'
make: *** [build] Error 2
댓글 달기