Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: NTop: Misc

Snort daq module make error PF_RING 5570

 

 

NTop misc RSS feed   Index | Next | Previous | View Threaded


Morgan.Yang at radisys

Jul 17, 2012, 1:08 AM

Post #1 of 3 (319 views)
Permalink
Snort daq module make error PF_RING 5570

Hi All:

I saw an earlier message in regard to this issue and it was recommended to use the latest SVN version.

I tried this using version 5570 and got the following error

root [at] localhos@1-1-3:~/PF_RING/userland/snort/pfring-daq-module# make
make all-am
make[1]: Entering directory `/root/PF_RING/userland/snort/pfring-daq-module'
if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I /root/PF_RING/userland/lib -I /root/PF_RING/kernel -DBUILDING_SO -g -O2 -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -MT daq_pfring_la-daq_pfring.lo -MD -MP -MF ".deps/daq_pfring_la-daq_pfring.Tpo" -c -o daq_pfring_la-daq_pfring.lo `test -f 'daq_pfring.c' || echo './'`daq_pfring.c; \
then mv -f ".deps/daq_pfring_la-daq_pfring.Tpo" ".deps/daq_pfring_la-daq_pfring.Plo"; else rm -f ".deps/daq_pfring_la-daq_pfring.Tpo"; exit 1; fi
./libtool: line 813: X--tag=CC: command not found
./libtool: line 846: libtool: ignoring unknown tag : command not found
./libtool: line 813: X--mode=compile: command not found
./libtool: line 979: *** Warning: inferring the mode of operation is deprecated.: command not found
./libtool: line 980: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
./libtool: line 1123: Xgcc: command not found
./libtool: line 1123: X-DHAVE_CONFIG_H: command not found
./libtool: line 1123: X-I.: command not found
./libtool: line 1123: X-I.: command not found
./libtool: line 1123: X-I.: command not found
./libtool: line 1123: X-I: command not found
./libtool: line 1123: X/root/PF_RING/userland/lib: No such file or directory
./libtool: line 1123: X-I: command not found
./libtool: line 1123: X/root/PF_RING/kernel: No such file or directory
./libtool: line 1123: X-DBUILDING_SO: command not found
./libtool: line 1123: X-g: command not found
./libtool: line 1123: X-O2: command not found
./libtool: line 1123: X-fvisibility=hidden: command not found
./libtool: line 1123: X-Wall: command not found
./libtool: line 1123: X-Wwrite-strings: command not found
./libtool: line 1123: X-Wsign-compare: command not found
./libtool: line 1123: X-Wcast-align: command not found
./libtool: line 1123: X-Wextra: command not found
./libtool: line 1123: X-Wformat: command not found
./libtool: line 1123: X-Wformat-security: command not found
./libtool: line 1123: X-Wno-unused-parameter: command not found
./libtool: line 1123: X-fno-strict-aliasing: command not found
./libtool: line 1123: X-fdiagnostics-show-option: command not found
./libtool: line 1123: X-pedantic: command not found
./libtool: line 1123: X-std=c99: command not found
./libtool: line 1123: X-D_GNU_SOURCE: command not found
./libtool: line 1123: X-MT: command not found
./libtool: line 1123: Xdaq_pfring_la-daq_pfring.lo: command not found
./libtool: line 1123: X-MD: command not found
./libtool: line 1123: X-MP: command not found
./libtool: line 1123: X-MF: command not found
./libtool: line 1123: X.deps/daq_pfring_la-daq_pfring.Tpo: No such file or directory
./libtool: line 1123: X-c: command not found
./libtool: line 1175: Xdaq_pfring_la-daq_pfring.lo: command not found
./libtool: line 1180: libtool: compile: cannot determine name of library object from `': command not found
make[1]: *** [daq_pfring_la-daq_pfring.lo] Error 1
make[1]: Leaving directory `/root/PF_RING/userland/snort/pfring-daq-module'
make: *** [all] Error 2

Looks like the libtool script is built during configure. Is there something I should pass into the configure script? I am uring libtool version 2.4.2

Much Thanks
Morgan Yang


deri at ntop

Jul 17, 2012, 1:23 AM

Post #2 of 3 (311 views)
Permalink
Re: Snort daq module make error PF_RING 5570 [In reply to]

Morgan
is gcc installed ?

This is not a pf_ring but rather a gcc toolchain issue

Luca


On Jul 17, 2012, at 10:08 AM, Morgan Yang wrote:

> Hi All:
>
> I saw an earlier message in regard to this issue and it was recommended to use the latest SVN version.
>
> I tried this using version 5570 and got the following error
>
> root [at] localhos@1-1-3:~/PF_RING/userland/snort/pfring-daq-module# make
> make all-am
> make[1]: Entering directory `/root/PF_RING/userland/snort/pfring-daq-module'
> if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I /root/PF_RING/userland/lib -I /root/PF_RING/kernel -DBUILDING_SO -g -O2 -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -MT daq_pfring_la-daq_pfring.lo -MD -MP -MF ".deps/daq_pfring_la-daq_pfring.Tpo" -c -o daq_pfring_la-daq_pfring.lo `test -f 'daq_pfring.c' || echo './'`daq_pfring.c; \
> then mv -f ".deps/daq_pfring_la-daq_pfring.Tpo" ".deps/daq_pfring_la-daq_pfring.Plo"; else rm -f ".deps/daq_pfring_la-daq_pfring.Tpo"; exit 1; fi
> ./libtool: line 813: X--tag=CC: command not found
> ./libtool: line 846: libtool: ignoring unknown tag : command not found
> ./libtool: line 813: X--mode=compile: command not found
> ./libtool: line 979: *** Warning: inferring the mode of operation is deprecated.: command not found
> ./libtool: line 980: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
> ./libtool: line 1123: Xgcc: command not found
> ./libtool: line 1123: X-DHAVE_CONFIG_H: command not found
> ./libtool: line 1123: X-I.: command not found
> ./libtool: line 1123: X-I.: command not found
> ./libtool: line 1123: X-I.: command not found
> ./libtool: line 1123: X-I: command not found
> ./libtool: line 1123: X/root/PF_RING/userland/lib: No such file or directory
> ./libtool: line 1123: X-I: command not found
> ./libtool: line 1123: X/root/PF_RING/kernel: No such file or directory
> ./libtool: line 1123: X-DBUILDING_SO: command not found
> ./libtool: line 1123: X-g: command not found
> ./libtool: line 1123: X-O2: command not found
> ./libtool: line 1123: X-fvisibility=hidden: command not found
> ./libtool: line 1123: X-Wall: command not found
> ./libtool: line 1123: X-Wwrite-strings: command not found
> ./libtool: line 1123: X-Wsign-compare: command not found
> ./libtool: line 1123: X-Wcast-align: command not found
> ./libtool: line 1123: X-Wextra: command not found
> ./libtool: line 1123: X-Wformat: command not found
> ./libtool: line 1123: X-Wformat-security: command not found
> ./libtool: line 1123: X-Wno-unused-parameter: command not found
> ./libtool: line 1123: X-fno-strict-aliasing: command not found
> ./libtool: line 1123: X-fdiagnostics-show-option: command not found
> ./libtool: line 1123: X-pedantic: command not found
> ./libtool: line 1123: X-std=c99: command not found
> ./libtool: line 1123: X-D_GNU_SOURCE: command not found
> ./libtool: line 1123: X-MT: command not found
> ./libtool: line 1123: Xdaq_pfring_la-daq_pfring.lo: command not found
> ./libtool: line 1123: X-MD: command not found
> ./libtool: line 1123: X-MP: command not found
> ./libtool: line 1123: X-MF: command not found
> ./libtool: line 1123: X.deps/daq_pfring_la-daq_pfring.Tpo: No such file or directory
> ./libtool: line 1123: X-c: command not found
> ./libtool: line 1175: Xdaq_pfring_la-daq_pfring.lo: command not found
> ./libtool: line 1180: libtool: compile: cannot determine name of library object from `': command not found
> make[1]: *** [daq_pfring_la-daq_pfring.lo] Error 1
> make[1]: Leaving directory `/root/PF_RING/userland/snort/pfring-daq-module'
> make: *** [all] Error 2
>
> Looks like the libtool script is built during configure. Is there something I should pass into the configure script? I am uring libtool version 2.4.2
>
> Much Thanks
> Morgan Yang
>
> _______________________________________________
> Ntop-misc mailing list
> Ntop-misc [at] listgateway
> http://listgateway.unipi.it/mailman/listinfo/ntop-misc


Morgan.Yang at radisys

Jul 17, 2012, 1:24 AM

Post #3 of 3 (300 views)
Permalink
Re: Snort daq module make error PF_RING 5570 [In reply to]

Yes, it looked like I needed a reboot after a newever version of libtool was installed, its resolved

From: ntop-misc-bounces [at] listgateway [mailto:ntop-misc-bounces [at] listgateway] On Behalf Of Luca Deri
Sent: Tuesday, July 17, 2012 1:24 AM
To: ntop-misc [at] listgateway
Subject: Re: [Ntop-misc] Snort daq module make error PF_RING 5570

Morgan
is gcc installed ?

This is not a pf_ring but rather a gcc toolchain issue

Luca


On Jul 17, 2012, at 10:08 AM, Morgan Yang wrote:


Hi All:

I saw an earlier message in regard to this issue and it was recommended to use the latest SVN version.

I tried this using version 5570 and got the following error

root [at] localhos@1-1-3:~/PF_RING/userland/snort/pfring-daq-module# make
make all-am
make[1]: Entering directory `/root/PF_RING/userland/snort/pfring-daq-module'
if /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I /root/PF_RING/userland/lib -I /root/PF_RING/kernel -DBUILDING_SO -g -O2 -fvisibility=hidden -Wall -Wwrite-strings -Wsign-compare -Wcast-align -Wextra -Wformat -Wformat-security -Wno-unused-parameter -fno-strict-aliasing -fdiagnostics-show-option -pedantic -std=c99 -D_GNU_SOURCE -MT daq_pfring_la-daq_pfring.lo -MD -MP -MF ".deps/daq_pfring_la-daq_pfring.Tpo" -c -o daq_pfring_la-daq_pfring.lo `test -f 'daq_pfring.c' || echo './'`daq_pfring.c; \
then mv -f ".deps/daq_pfring_la-daq_pfring.Tpo" ".deps/daq_pfring_la-daq_pfring.Plo"; else rm -f ".deps/daq_pfring_la-daq_pfring.Tpo"; exit 1; fi
./libtool: line 813: X--tag=CC: command not found
./libtool: line 846: libtool: ignoring unknown tag : command not found
./libtool: line 813: X--mode=compile: command not found
./libtool: line 979: *** Warning: inferring the mode of operation is deprecated.: command not found
./libtool: line 980: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
./libtool: line 1123: Xgcc: command not found
./libtool: line 1123: X-DHAVE_CONFIG_H: command not found
./libtool: line 1123: X-I.: command not found
./libtool: line 1123: X-I.: command not found
./libtool: line 1123: X-I.: command not found
./libtool: line 1123: X-I: command not found
./libtool: line 1123: X/root/PF_RING/userland/lib: No such file or directory
./libtool: line 1123: X-I: command not found
./libtool: line 1123: X/root/PF_RING/kernel: No such file or directory
./libtool: line 1123: X-DBUILDING_SO: command not found
./libtool: line 1123: X-g: command not found
./libtool: line 1123: X-O2: command not found
./libtool: line 1123: X-fvisibility=hidden: command not found
./libtool: line 1123: X-Wall: command not found
./libtool: line 1123: X-Wwrite-strings: command not found
./libtool: line 1123: X-Wsign-compare: command not found
./libtool: line 1123: X-Wcast-align: command not found
./libtool: line 1123: X-Wextra: command not found
./libtool: line 1123: X-Wformat: command not found
./libtool: line 1123: X-Wformat-security: command not found
./libtool: line 1123: X-Wno-unused-parameter: command not found
./libtool: line 1123: X-fno-strict-aliasing: command not found
./libtool: line 1123: X-fdiagnostics-show-option: command not found
./libtool: line 1123: X-pedantic: command not found
./libtool: line 1123: X-std=c99: command not found
./libtool: line 1123: X-D_GNU_SOURCE: command not found
./libtool: line 1123: X-MT: command not found
./libtool: line 1123: Xdaq_pfring_la-daq_pfring.lo: command not found
./libtool: line 1123: X-MD: command not found
./libtool: line 1123: X-MP: command not found
./libtool: line 1123: X-MF: command not found
./libtool: line 1123: X.deps/daq_pfring_la-daq_pfring.Tpo: No such file or directory
./libtool: line 1123: X-c: command not found
./libtool: line 1175: Xdaq_pfring_la-daq_pfring.lo: command not found
./libtool: line 1180: libtool: compile: cannot determine name of library object from `': command not found
make[1]: *** [daq_pfring_la-daq_pfring.lo] Error 1
make[1]: Leaving directory `/root/PF_RING/userland/snort/pfring-daq-module'
make: *** [all] Error 2

Looks like the libtool script is built during configure. Is there something I should pass into the configure script? I am uring libtool version 2.4.2

Much Thanks
Morgan Yang

_______________________________________________
Ntop-misc mailing list
Ntop-misc [at] listgateway<mailto:Ntop-misc [at] listgateway>
http://listgateway.unipi.it/mailman/listinfo/ntop-misc

NTop misc RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.