qpoper version 3.1.2
configure option
./configure --enable-specialauth
--enable-servermode
make 실행시 에러..
cd ./popper && make all
make[1]: Entering directory `/root/qpopper3.1.2/popper'
make[1]: *** Warning: File `pop_dele.c' has modification time in the future (2000-07-18 09:46:23 > 1997-01-01 15:53:38)
gcc -c -I.. -I.. -I.
-I../mmangle -I../common
-g -O2 -fpcc-struct-return -DHAVE_CONFIG_H -DLINUX -DUNIX pop_dele.c -o pop_dele.o
In file included from /usr/include/bits/posix1_lim.h:126,
from /usr/include/limits.h:30,
from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/limits.h:117,
from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/syslimits.h:7,
from /usr/lib/gcc-lib/i386-redhat-linux/egcs-2.91.66/include/limits.h:11,
from /usr/include/bits/socket.h:31,
from /usr/include/sys/socket.h:34,
from popper.h:58,
from pop_dele.c:25:
/usr/include/bits/local_lim.h:27: linux/limits.h: 그런 파일이나 디렉토리가 없음
In file included from /usr/include/sys/socket.h:34,
from popper.h:58,
from pop_dele.c:25:
/usr/include/bits/socket.h:295: asm/socket.h: 그런 파일이나 디렉토리가 없음
In file included from /usr/include/errno.h:36,
from popper.h:175,
from pop_dele.c:25:
/usr/include/bits/errno.h:25: linux/errno.h: 그런 파일이나 디렉토리가 없음
make[1]: *** [pop_dele.o] Error 1
make[1]: Leaving directory `/root/qpopper3.1.2/popper'
make: *** [popper_server] Error 2
저는 무슨 내용인지 잘 모르겠거든요..
이런 에러 보신분 이나.. 아시는 분은 답변 부탁드립니다.--김수