I am trying to install 2.5.1 on my ReadyNAS box. apt-get install doesn't find the package and I am leery of editing my sources.list unless that's the best way to go. I downloaded the source, ran configure (successfully), and then I get an error when running make (below).
Can anyone point me in the right direction? Making all in server make[2]: Entering directory `/opt/fwknop-2.5.1/server' gcc -DHAVE_CONFIG_H -I. -I.. -I ../lib -I ../common -DSYSCONFDIR=\"/usr/local/e tc\" -DSYSRUNDIR=\"/usr/local/var\" -g -O2 -Wall -Wformat -Wformat-security -f stack-protector-all -fstack-protector -fPIE -D_FORTIFY_SOURCE=2 -MT fwknopd-pcap _capture.o -MD -MP -MF .deps/fwknopd-pcap_capture.Tpo -c -o fwknopd-pcap_capture .o `test -f 'pcap_capture.c' || echo './'`pcap_capture.c pcap_capture.c: In function âpcap_captureâ: pcap_capture.c:179: warning: implicit declaration of function âpcap_setdirection â pcap_capture.c:179: error: âPCAP_D_INâ undeclared (first use in this function) pcap_capture.c:179: error: (Each undeclared identifier is reported only once pcap_capture.c:179: error: for each function it appears in.) pcap_capture.c:255: warning: implicit declaration of function âpcap_breakloopâ make[2]: *** [fwknopd-pcap_capture.o] Error 1 make[2]: Leaving directory `/opt/fwknop-2.5.1/server' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/opt/fwknop-2.5.1' make: *** [all] Error 2 nas-C1-61-76:/opt/fwknop-2.5.1# nmappcap_capture.c:179: error: âPCAP_D_INâ undeclared (first use in this function) ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ Fwknop-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fwknop-discuss
