
Same exact error on a fresh build vm instance of Debian 7.8 w/latest updates appliedįrom ntopng. Libjson-glib-dev libjson-c-dev libcurl4-openssl-dev libsqlite3-dev libgeoip-dev libxml2-dev
#Ntopng debian sources.list install#
New compile on fresh build of debian 7.8 running nowĮcho "deb wheezy-backports main" > /etc/apt//backports.listĪpt-get install git screen vim build-essential devscripts libnetfilter-queue-dev autoconf libtool libpcap-dev libjson0-dev autogen automake autoconf libtool libjsoncpp-dev Loading up a fresh instance to verify the build failure. usr/include/libnetfilter_queue/libnetfilter_queue.h:99:12: error: initializing argument 2 of ‘int nfq_get_payload(nfq_data_, char_)’ In file included from /usr/xxx/ntopng/include/ntop_includes.h:107:0, Src/NetfilterInterface.cpp:86:64: error: invalid conversion from ‘unsigned char**’ to ‘char**’ Src/NetfilterInterface.cpp: In function ‘int netfilter_callback(nfq_q_handle_, nfgenmsg_, nfq_data_, void_)’: I am still receiving the same error & I'm running the latest deb 7 release.ĭo I need to setup a new vm instance & prove otherwise? I've also updated to the latest version of ntopng through git. I've removed nDPI & updated to the latest GIT version.

lucaderi commented on June 30, 2015įrom ntopng.

Src/NetfilterInterface.cpp:86: error: initializing argument 2 of 'int nfq_get_payload(nfq_data_, char_)' Src/NetfilterInterface.cpp:86: error: invalid conversion from 'unsigned char**' to 'char**' Src/NetfilterInterface.cpp: In function 'int netfilter_callback(nfq_q_handle_, nfgenmsg_, nfq_data_, void_)': lucaderi commented on June 28, I have just compiled on Debian 7.7 and it compiles flawlessly.įrom ntopng. We'll discuss about this issue shortly.įrom ntopng. Comments (16) ariava commented on June 12, seems that different versons of libnetfilter_queue have different prototypes for the nfq_get_payload() function.
