Re: [pmacct-discussion] 1.7.5 with static ndpi

2020-06-24 Thread Paolo Lucente
Hi Steve, Apart from asking the obvious - personal curiosity! - why do you want to link against a static nDPI library. There are a couple main avenues i can point you to depending on your goal: 1) You can supply configure with a --with-ndpi-static-lib knob; guess the static lib and the dynamic

[pmacct-discussion] pmacct & Docker

2020-06-24 Thread Paolo Lucente
Dears, A brief email to say that thanks to the monumental efforts of Marc Sune and Claudio Ortega we could bring pmacct a bit closer to the Docker universe. Since today we are shipping official pmacct containers on Docker Hub ( https://hub.docker.com/u/pmacct ) organized as follows: * A

[pmacct-discussion] 1.7.5 with static ndpi - updated -again

2020-06-24 Thread Stephen Clark
Spoke to soon, Still created pmacctd using shared lib for ndpi  ldd pmacct/src/pmacctd     linux-vdso.so.1 =>  (0x7ffeb1be6000)     libndpi.so.3 => /usr/local/lib/libndpi.so.3 (0x7f4258388000) Updating - I logged out - logged back in used ./configure  '--enable-ndpi'

[pmacct-discussion] 1.7.5 with static ndpi - updated

2020-06-24 Thread Stephen Clark
Updating - I logged out - logged back in used ./configure  '--enable-ndpi' --with-ndpi-static-lib=/usr/local/lib '--enable-l2' '--enable-traffic-bins' '--enable-bgp-bins' '--enable-bmp-bins' '--enable-st-bins' and it built using ndpi static lib just fine. Hello, Can anyone give the magic