From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas F Herbert Subject: Re: ...lib/librte_pmd_pcap/rte_eth_pcap.c:47:18: fatal error: pcap.h: No such file or directory Date: Fri, 22 May 2015 07:57:10 -0400 Message-ID: <555F1996.2080007@redhat.com> References: <0a4f7d7a-a1ad-4e6f-876d-fb2818df4378@default> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit To: Navneet Rao , dev@dpdk.org Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 1D1705947 for ; Fri, 22 May 2015 13:57:11 +0200 (CEST) In-Reply-To: <0a4f7d7a-a1ad-4e6f-876d-fb2818df4378@default> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 5/21/15 6:35 PM, Navneet Rao wrote: > Getting the following message when using > > dpdk-2.0.0 version This isn't a problem with dpdk. You need libpcap which includes the headers, http://www.tcpdump.org/release/libpcap-1.7.3.tar.gz or libpcap-devel package. > > to building the libraries and test application using > > make > > > > Is there a patch to this? Or should I revert to the older dpdk-1.8? > > > > Thanks > > -Navneet > > >