fklk 发表于 2007-3-19 16:24:53

在FC6下安装arpd 出现问题


         在http://www.honeyd.org/tools.php上下载了arpd 的压缩包,但就是装不上!
在make 的时候提示:

arpd.c: 在函数 ‘arpd_send’ 中:
arpd.c:268: 错误:expected ‘)’ before string constant
arpd.c: 在函数 ‘arpd_lookup’ 中:
arpd.c:285: 错误:expected ‘)’ before string constant
arpd.c:294: 错误:expected ‘)’ before string constant
arpd.c:297: 错误:expected ‘)’ before string constant
arpd.c: 在函数 ‘arpd_recv_cb’ 中:
arpd.c:426: 错误:expected ‘)’ before string constant
make: *** 错误 1

改一下 arpd.c 內容,加上 :
#define __FUNCTION__ ""

还是编译不成功:

autoheader: WARNING:   AC_DEFINE(, 1,
autoheader:             )
autoheader:
autoheader: WARNING: More sophisticated templates can also be produced, see the
autoheader: WARNING: documentation.
configure.in:5: /usr/bin/m4: Warning: sub-expression 1 not present
autom4te: /usr/bin/m4 failed with exit status: 1
autoheader: /usr/bin/autom4te failed with exit status: 1
make: *** 错误

请大牛小牛门帮忙,谢谢了!
页: [1]
查看完整版本: 在FC6下安装arpd 出现问题