LoginSignup
0
0

More than 5 years have passed since last update.

Install libpcap 1.7.3 in CentOS 6.6

Last updated at Posted at 2015-05-24

少し古いので最新のlibpcapをインストール

$ yum list | grep libpcap
libpcap.x86_64                          14:1.4.0-1.20130826git2dbcaa1.el6
libpcap.i686                            14:1.4.0-1.20130826git2dbcaa1.el6
libpcap-devel.i686                      14:1.4.0-1.20130826git2dbcaa1.el6
libpcap-devel.x86_64                    14:1.4.0-1.20130826git2dbcaa1.el6
$ yum install flex bison
$ wget http://www.tcpdump.org/release/libpcap-1.7.3.tar.gz
$tar zxvf libpcap-1.7.3.tar.gz
$ cd libpcap-1.7.3
$ ./configure
$ make
$ make install
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0