|
|
下面信息是make时的出错信息,执行./configure命令时都没问题。我是root登陆的,虽然通过Xmanager,但是在Linux本机执行这些操作一样是这样的。请问那些没有的文件我怎么弄到呢?谢谢
make all-recursive
make[1]: Entering directory `/root/snort/snort-2.1.1'
Making all in src
make[2]: Entering directory `/root/snort/snort-2.1.1/src'
Making all in sfutil
make[3]: Entering directory `/root/snort/snort-2.1.1/src/sfutil'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../src -I../../src/sfutil -I/usr/include/pcap -I../../src/output-plugins -I../../src/detection-plugins -I../../src/preprocessors -I../../src/preprocessors/flow -I../../src/preprocessors/portscan -I../../src/preprocessors/flow/int-snort -I../../src/preprocessors/HttpInspect/include -I/usr/include/pcre -g -O2 -Wall -c `test -f 'sfghash.c' || echo './'`sfghash.c
sfghash.c:36:20: string.h: \x{6CA1}\x{6709}\x{90A3}\x{4E2A}\x{6587}\x{4EF6}\x{6216}\x{76EE}\x{5F55}
In file included from sfghash.c:39:
sfghash.h:15:20: string.h: \x{6CA1}\x{6709}\x{90A3}\x{4E2A}\x{6587}\x{4EF6}\x{6216}\x{76EE}\x{5F55}
In file included from sfghash.h:18,
from sfghash.c:39:
sfhashfcn.h:8:20: string.h: \x{6CA1}\x{6709}\x{90A3}\x{4E2A}\x{6587}\x{4EF6}\x{6216}\x{76EE}\x{5F55}
sfghash.c: In function `sfghash_new':
sfghash.c:134: warning: implicit declaration of function `memset'
sfghash.c: In function `sfghash_add':
sfghash.c:274: warning: implicit declaration of function `strlen'
sfghash.c:298: warning: implicit declaration of function `strcmp'
sfghash.c:327: warning: implicit declaration of function `memcpy'
sfghash.c: In function `sfatom_add':
sfghash.c:715: warning: implicit declaration of function `strdup'
sfghash.c:715: warning: passing arg 2 of `sfghash_add' makes pointer from integer without a cast
make[3]: *** [sfghash.o] Error 1
make[3]: Leaving directory `/root/snort/snort-2.1.1/src/sfutil'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/snort/snort-2.1.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/snort/snort-2.1.1'
make: *** [all] Error 2 |
|