Here are the results: [root@ids-gh1 PF_RING]# svn update (I had updated previously, but just for proof...) At revision 5281.
[root@ids-gh1 PF_RING]# cd userland/lib [root@ids-gh1 lib]# make clean [root@ids-gh1 lib]# ./configure checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking linux/net_tstamp.h usability... no checking linux/net_tstamp.h presence... no checking for linux/net_tstamp.h... no checking librdi.h usability... no checking librdi.h presence... no checking for librdi.h... no checking Zero support... yes checking DNA support... yes checking Virtual support... yes checking for librdi.h... (cached) no checking for nl_handle_alloc in -lnl... yes checking for dag_get_stream_erf_types in -ldag... no configure: creating ./config.status config.status: creating Makefile config.status: creating ../examples/Makefile config.status: creating ../c++/Makefile [root@ids-gh1 lib]# make ar x libs/libpfring_zero_x86_64.a ar x libs/libpfring_dna_x86_64.a ar x libs/libpfring_mod_virtual_x86_64.a gcc -g -Wall -fPIC -I../../kernel -I../../vPF_RING/guest/kernel -I../libpcap -D HAVE_ZERO -D HAVE_DNA -D HAVE_VIRTUAL -D ENABLE_BPF -c pfring.c -o pfring.o In file included from pfring.c:21: pfring.h:380:25: error: pfring_zero.h: No such file or directory make: *** [pfring.o] Error 1 Hope it helps! On Wed, Mar 28, 2012 at 1:02 AM, Alfredo Cardigliano <[email protected]>wrote: > Richard > please try: > > cd ~/PF_RING > svn update > cd ~/PF_RING/userland/lib > make clean > ./configure > make > > Regards > Alfredo > > On Mar 28, 2012, at 2:17 AM, Richard Ullrich wrote: > > CentOS 6.2, > Using PF_RING svn Build 5280: > > cd ~/PF_RING/userland/lib > make > > Response: > gcc -g -Wall -fPIC -I../../kernel -I../../vPF_RING/guest/kernel > -I../libpcap -D HAVE_ZERO -D HAVE_DNA -D HAVE_VIRTUAL -D ENABLE_BPF -c > pfring.c -o pfring.o > In file included from pfring.c:21: > pfring.h:380:25: error: pfring_zero.h: No such file or directory > make: *** [pfring.o] Error 1 > > Fails to compile > pfring_zero.h not found anywhere in file system. > > Hope it helps! > -- > Richard Ullrich > Information Security Analyst II > State of Utah > > _______________________________________________ > Ntop-dev mailing list > [email protected] > http://listgateway.unipi.it/mailman/listinfo/ntop-dev > > > > _______________________________________________ > Ntop-dev mailing list > [email protected] > http://listgateway.unipi.it/mailman/listinfo/ntop-dev > > -- Richard Ullrich Information Security Analyst II State of Utah Department of Technology Services Phone/Cell/Pager: (801) 514-5700 email: [email protected]
_______________________________________________ Ntop-dev mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop-dev
