Download justniffer_0.5.11.tar.gz
After decompression, run the./configure, prompt for the dependent package, and then click Install. It also gives a dependency on the official web, as follows
patchtarautotoolsmakelibc6libpcap0.8g++ gcc libboost-iostreams Libboost-program-optionsli Bboost-regex
3. Also install Boost-devel
4.configure:error:could not link against! Because the boost library is not in the standard library
workaround: From Http://stackoverflow.com/questions/9132335/configure-error-could-not-link-against-boost-system
for 64-bit machines:./configure--with-boost-libdir=/usr/lib/x86_64-linux-gnu
for 32-bit machines:./configure--with-boost-libdir=/usr/lib/i386-linux-gnu (test available)
another argument: from https://baoz.net/%E8%A7%A3%E5%86%B3configure-error-could-not-link-against-%E9%97%AE%E9%A2%98boost% e7%9b%b8%e5%85%b3/
When compiling boost related programs in 64 bits, you will encounter configure:error:Could not link against! error.
The workaround is to use –WITH-BOOST-LIBDIR=/USR/LIB64 to specify the location of the library files to resolve.
CentOS 6.5 x86_64 Justniffer Installation