click icon indicating copy to clipboard operation
click copied to clipboard

Linuxmodule Compilation fails CentOS 6

Open ppatel826 opened this issue 5 years ago • 1 comments

I'm trying to compile Click with Linuxmodule enabled on CentOS 6 with kernel version 2.6.32. The configure scripts run without any errors. When it comes to anydevice.cc compilation I'm stuck at the following error

'struct net_device' has no member named 'rx_handler'

image

Has anyone faced this problem before?

ppatel826 avatar Apr 28 '19 18:04 ppatel826

You must use a more recent version of the Linux kernel. 2.6.32 has no support for rx_handler, which is used by Click to sniff packets out of the Linux stack.

tbarbette avatar Apr 29 '19 14:04 tbarbette