CentOS 6.5 x86_64 Justniffer Installation

Source: Internet
Author: User

    1. Download justniffer_0.5.11.tar.gz

    2. 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


    3. 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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.