由 henryandpcw 在 08-27-2002 00:47 发表:
kingate安装错误,求解决方法??
我安装 kingate(V0.12版)时出现下列出错信息:
./install.sh
make: *** Warning: File `allow_connect.cpp' has modification time in the future (2002-08-27 00:57:33 > 2002-08-27 00:53:56)
g++ -I. -I../include -O2 -Wall -c allow_connect.cpp
g++ -I. -I../include -O2 -Wall -c config.cpp
g++ -I. -I../include -O2 -Wall -c cron.cpp
g++ -I. -I../include -O2 -Wall -c do_config.cpp
g++ -I. -I../include -O2 -Wall -c filter.cpp
g++ -I. -I../include -O2 -Wall -c ftp.cpp
g++ -I. -I../include -O2 -Wall -c http.cpp
g++ -I. -I../include -O2 -Wall -c http_ftp.cpp
g++ -I. -I../include -O2 -Wall -c log.cpp
In file included from do_config.h:22,
from utils.h:28,
from log.cpp:7:
kingate.h:44: warning: `LOG_USER' redefined
/usr/include/sys/syslog.h:94: warning: this is the location of the previous definition
g++ -I. -I../include -O2 -Wall -c main.cpp
g++ -I. -I../include -O2 -Wall -c mysocket.cpp
g++ -I. -I../include -O2 -Wall -c other.cpp
g++ -I. -I../include -O2 -Wall -c remote_manage.cpp
g++ -I. -I../include -O2 -Wall -c socks.cpp
g++ -I. -I../include -O2 -Wall -c utils.cpp
g++ -L../lib -o kingate allow_connect.o config.o cron.o do_config.o filter.o ftp.o http.o http_ftp.o log.o ma