Bug 5190

Summary: <pcap/pcap.h> contains wrong link to: <net/bpf.h>
Product: [Retired] Red Hat Linux Reporter: animal
Component: libcAssignee: David Lawrence <dkl>
Status: CLOSED WORKSFORME QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-09-19 18:26:06 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description animal 1999-09-17 14:58:13 UTC
the include file: <pcap/pcap.h> contains a link to:
<net/bpf.h>, which does not exist. It must be:
<pcap/net/bpf.h>

Comment 1 Jeff Johnson 1999-09-19 18:26:59 UTC
Add -I/usr/include/pcap in your CFLAGS (before /usr/include).