TCPReplay 3.4.4: Unable to find libpcap in /usr

0

I'm having a problem installing TCPReplay 3.4.4 for Ubuntu 12.04 LTS.

I'm getting this error when I run configure

checking for libpcap... configure: error: Unable to find libpcap in /usr

I have libpcap0.8 (1.1.1) installed.

Thanks.

Edit: I've searched everywhere for an answers but I couldn't find a definite answer for my problem.

Datacommie

Posted 2013-02-20T20:29:41.307

Reputation: 101

Answers

0

Based on that error, the most likely cause is that you don't have the libpcap development headers installed. Any time you compile an application which requires a library, you always need to have the headers installed as well. But default installs don't install the headers since they just take up extra disk space for most users.

Aaron Turner

Posted 2013-02-20T20:29:41.307

Reputation: 1

I've installed libpcap-dev and I'm still having that error. Installing the dev was the first thing that I did when I saw that error. – Datacommie – 2013-03-06T18:36:25.827