Hello Joan, On 10/02/14 14:37, Joan wrote: > I've been using pmacct for some time with PF_RING 5.6.2 (no DNA mode yet), > and until 5.6.2 it used to compile without issues with the pfring enabled > libpcap. > When using PF_RING 5.6.2 (also tested it with trunk from 10/1/14) doesn't > compile anymore, it seem related to the libnuma package. I guess it might > affect other packages that depend on pf_ring enabled libpcacp > The steps I followed to build the other daemon are these: > https://gist.github.com/aseques/8912310 > And the output when trying to build against 5.6.2 is here: > http://pastebin.com/EyrSPu20
I tried to build the latest pkgs (pf_ring, pmacct) and most probably you just need to "inform" the configure script to build pmacct against the numa lib (as it now needed by the pf_ring) Something like this should work: LIBS="-lnuma" ./configure ... br vito > > > Regards, > > Joan > > > _______________________________________________ > Ntop-misc mailing list > [email protected] > http://listgateway.unipi.it/mailman/listinfo/ntop-misc > _______________________________________________ Ntop-misc mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop-misc
