【发布时间】:2017-09-06 04:02:32
【问题描述】:
我正在点击此链接 (http://www.rsyslog.com/how-to-use-tcpflood/) 向 rsyslog 发送消息。
我已经克隆了rsysloghttps://github.com/rsyslog/rsyslog.git的git仓库
点击链接 http://www.rsyslog.com/how-to-use-tcpflood/ 时,我在执行“make tcpflood”时遇到错误
root1@atratus06:~/Debashish/rsyslog/tests$ make tcpflood
cc tcpflood.c -o tcpflood
tcpflood.c:86:20: fatal error: config.h: No such file or directory
#include "config.h"
^
compilation terminated.
make: *** [tcpflood] Error 1
你能帮我解决这个错误吗,非常感谢你的帮助。
【问题讨论】: