PDA

View Full Version : Configure PCAP Error



TrainSpotter
04-30-2003, 07:06 PM
I have Everything Downloaded, all QT, GCC and whatnot.

Now im getting an error on Configuring ShowEQ

"Configure: error: cannot find pcap_open_live in libpcap."

What the hell is that?

BlueAdept
04-30-2003, 07:13 PM
You need libpcap. It is used for packet sniffing. It is a package that comes with most distributions. SEQ needs it installed.

TrainSpotter
04-30-2003, 07:23 PM
if i do a emerge search pcap

it lists a buncha folders that have pcap stuff installed...

It shoulda been installed with Gentoo...

Yueh
04-30-2003, 08:09 PM
Try


emerge search libpcap

and make sure the 'Latest version installed' is a version and not 'Not Installed'. If it's a version, what does it say?

S_B_R
05-01-2003, 07:48 AM
The easiest method I've found for getting libpcap is:
emerge tcpdump

domesticbeer
05-01-2003, 07:55 AM
I believe I did an emerge libpcap and that got it.