Om Prakash Kumar
Om Prakash Kumar

Reputation: 61

tcpreplay error: Libpcap versions < 0.7.2 are not supported

while configuring tcpreplay by

  root@sdn1-PC:/home/cdcju/tcpreplay-4.1.1# ./configure

i am getting error saying

  checking for libpcap version... configure: error: Libpcap versions < 0.7.2 are not supported
  Please upgrade to version 0.7.2 or better

while i have already installed libpcap-1.7.4 using instruction given in http://www.question-defense.com/2010/07/07/install-newest-libpcap-version-on-centos-linux

Upvotes: 0

Views: 769

Answers (1)

fredk
fredk

Reputation: 328

try...

./configure --with-libpcap=<directory that you installed libpcap into>

Upvotes: 0

Related Questions