|
|
发表于 2006-11-15 15:17:15
|
显示全部楼层
看你出错的信息
/home/yuebianyun/drcom-1.3.2/kmod/proto.c: In function init_hijack
/home/yuebianyun/drcom-1.3.2/kmod/proto.c:412: error: security_ops?undeclared (first use in this function)
看他的README:
Begin with version 1.3, this program use security_ops to hijack
security_ops->socket_post_create. So it requires that the kernel compiled
with CONFIG_SECURITY and CONFIG_SECURITY_NETWORK. I hope all distributions
open these two options.
你重新编译以下内核,看看是不是配置对了.
我用的Debian unstable,2.6.18的内核,可以编译使用 |
|