
deri at ntop
Jun 14, 2010, 12:52 AM
Post #4 of 4
(584 views)
Permalink
|
Dan this should have been fixed by now Luca On 06/01/2010 11:10 PM, Ward, Dan wrote: It has something to do with network support > network options > netfilter in the make menuconfig. If you type in a “/” in the make menuconfig, it will bring up a search function. Type in TEXTSEARCH and it will show you how to make it work. I got it to show up and compile in a bare bones gentoo kernel this way. Dan From: ntop-misc-bounces [at] listgateway [mailto:ntop-misc-bounces [at] listgateway] On Behalf Of fly_2u Sent: Monday, May 24, 2010 10:23 PM To: ntop-misc [at] listgateway Subject: Re: [Ntop-misc] PF_RING compile error I know why "error: structure has no member named `pattern'" occurs. Because the Macro CONFIG_TEXTSEARCH isn't defined in pf_ring.h. And you should select text search options when do "Make menuconfig", then the CONFIG_TEXTSEARCH will be defined. PS: For some linux kernel, when I do "Make menuconfig", I can't find the options about text search. And up to now, I still don't know how to make them display. If you know, please tell me. Thanks. 在2010-05-25 02:13:04,"Surfer Man" <surferman191 [at] gmail> 写道: Hello, I get the following compiler errors when compiling pf_ring/kernel on RHEL 4. The kernel version is 2.6.9-89.0.23.ELsmp. PF_RING version is 4.3.0. I am able to successfully compile on RHEL 5 (kernel version 2.6.18-194.el5). Any thoughts? What are the kernel version requirements for the various supported platforms for pf_ring? make -C /lib/modules/2.6.9-89.0.23.ELsmp/build SUBDIRS=/downloads/pf_ring/kernel EXTRA_CFLAGS='-I/downloads/pf_ring/kernel -DSVN_REV="\"4279\""' modules make[1]: Entering directory `/usr/src/kernels/2.6.9-89.0.23.EL-i686' CC [M] /downloads/pf_ring/kernel/pf_ring.o /downloads/pf_ring/kernel/pf_ring.c:226: warning: `MODULE_PARM_' is deprecated (declared at include/linux/module.h:554) /downloads/pf_ring/kernel/pf_ring.c:227: warning: `MODULE_PARM_' is deprecated (declared at include/linux/module.h:554) /downloads/pf_ring/kernel/pf_ring.c:228: warning: `MODULE_PARM_' is deprecated (declared at include/linux/module.h:554) /downloads/pf_ring/kernel/pf_ring.c:229: warning: `MODULE_PARM_' is deprecated (declared at include/linux/module.h:554) /downloads/pf_ring/kernel/pf_ring.c: In function `match_filtering_rule': /downloads/pf_ring/kernel/pf_ring.c:1441: error: structure has no member named `pattern' /downloads/pf_ring/kernel/pf_ring.c:1454: error: storage size of 'state' isn't known /downloads/pf_ring/kernel/pf_ring.c:1472: error: structure has no member named `pattern' /downloads/pf_ring/kernel/pf_ring.c:1476: warning: implicit declaration of function `textsearch_find_continuous' /downloads/pf_ring/kernel/pf_ring.c:1476: error: structure has no member named `pattern' /downloads/pf_ring/kernel/pf_ring.c:1454: warning: unused variable `state' /downloads/pf_ring/kernel/pf_ring.c: In function `forward_slot_packet': /downloads/pf_ring/kernel/pf_ring.c:1625: warning: implicit declaration of function `skb_copy_to_linear_data' /downloads/pf_ring/kernel/pf_ring.c: In function `register_device_handler': /downloads/pf_ring/kernel/pf_ring.c:2815: warning: assignment from incompatible pointer type /downloads/pf_ring/kernel/pf_ring.c: In function `ring_release': /downloads/pf_ring/kernel/pf_ring.c:2989: error: structure has no member named `pattern' /downloads/pf_ring/kernel/pf_ring.c:2990: warning: implicit declaration of function `textsearch_destroy' /downloads/pf_ring/kernel/pf_ring.c:2990: error: structure has no member named `pattern' /downloads/pf_ring/kernel/pf_ring.c: In function `do_memory_mmap': /downloads/pf_ring/kernel/pf_ring.c:3180: warning: assignment makes integer from pointer without a cast /downloads/pf_ring/kernel/pf_ring.c:3181: warning: passing arg 1 of `kvirt_to_pa' makes integer from pointer without a cast /downloads/pf_ring/kernel/pf_ring.c:3186: warning: implicit declaration of function `remap_pfn_range' /downloads/pf_ring/kernel/pf_ring.c: In function `ring_setsockopt': /downloads/pf_ring/kernel/pf_ring.c:4035: error: structure has no member named `pattern' /downloads/pf_ring/kernel/pf_ring.c:4038: error: structure has no member named `pattern' /downloads/pf_ring/kernel/pf_ring.c:4048: error: structure has no member named `pattern' /downloads/pf_ring/kernel/pf_ring.c:4070: error: structure has no member named `pattern' /downloads/pf_ring/kernel/pf_ring.c:4071: error: structure has no member named `pattern' /downloads/pf_ring/kernel/pf_ring.c:4072: error: structure has no member named `pattern' /downloads/pf_ring/kernel/pf_ring.c:4072: error: structure has no member named `pattern' /downloads/pf_ring/kernel/pf_ring.c:4072: error: structure has no member named `pattern' /downloads/pf_ring/kernel/pf_ring.c:4072: error: structure has no member named `pattern' /downloads/pf_ring/kernel/pf_ring.c:4188: error: structure has no member named `pattern' /downloads/pf_ring/kernel/pf_ring.c:4189: error: structure has no member named `pattern' /downloads/pf_ring/kernel/pf_ring.c: In function `ring_exit': /downloads/pf_ring/kernel/pf_ring.c:4959: warning: implicit declaration of function `proto_unregister' /downloads/pf_ring/kernel/pf_ring.c:4959: error: `ring_proto' undeclared (first use in this function) /downloads/pf_ring/kernel/pf_ring.c:4959: error: (Each undeclared identifier is reported only once /downloads/pf_ring/kernel/pf_ring.c:4959: error: for each function it appears in.) /downloads/pf_ring/kernel/pf_ring.c: In function `ring_init': /downloads/pf_ring/kernel/pf_ring.c:4976: warning: implicit declaration of function `proto_register' /downloads/pf_ring/kernel/pf_ring.c:4976: error: `ring_proto' undeclared (first use in this function) make[2]: *** [/downloads/pf_ring/kernel/pf_ring.o] Error 1 make[1]: *** [_module_/downloads/pf_ring/kernel] Error 2 make[1]: Leaving directory `/usr/src/kernels/2.6.9-89.0.23.EL-i686' make: *** [all] Error 2 Thanks in advance. http://ym.163.com/?from=od3"]网 易为中小企业免费提供企业邮箱(自主域名) _______________________________________________ Ntop-misc mailing list Ntop-misc [at] listgateway http://listgateway.unipi.it/mailman/listinfo/ntop-misc"]http://listgateway.unipi.it/mailman/listinfo/ntop-misc
|