* [dpdk-dev] ...lib/librte_pmd_pcap/rte_eth_pcap.c:47:18: fatal error: pcap.h: No such file or directory
@ 2015-05-21 22:35 Navneet Rao
2015-05-22 0:48 ` Masaru Oki
2015-05-22 11:57 ` Thomas F Herbert
0 siblings, 2 replies; 3+ messages in thread
From: Navneet Rao @ 2015-05-21 22:35 UTC (permalink / raw)
To: dev
Getting the following message when using
dpdk-2.0.0 version
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] ...lib/librte_pmd_pcap/rte_eth_pcap.c:47:18: fatal error: pcap.h: No such file or directory
2015-05-21 22:35 [dpdk-dev] ...lib/librte_pmd_pcap/rte_eth_pcap.c:47:18: fatal error: pcap.h: No such file or directory Navneet Rao
@ 2015-05-22 0:48 ` Masaru Oki
2015-05-22 11:57 ` Thomas F Herbert
1 sibling, 0 replies; 3+ messages in thread
From: Masaru Oki @ 2015-05-22 0:48 UTC (permalink / raw)
To: Navneet Rao; +Cc: <dev@dpdk.org>
Hi,
pcap.h is available by development version of libpcap third-party software.
Please install it. e.g. apt-get install libpcap-dev
2015-05-22 7:35 GMT+09:00 Navneet Rao <navneet.rao@oracle.com>:
> Getting the following message when using
>
> dpdk-2.0.0 version
>
> 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
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] ...lib/librte_pmd_pcap/rte_eth_pcap.c:47:18: fatal error: pcap.h: No such file or directory
2015-05-21 22:35 [dpdk-dev] ...lib/librte_pmd_pcap/rte_eth_pcap.c:47:18: fatal error: pcap.h: No such file or directory Navneet Rao
2015-05-22 0:48 ` Masaru Oki
@ 2015-05-22 11:57 ` Thomas F Herbert
1 sibling, 0 replies; 3+ messages in thread
From: Thomas F Herbert @ 2015-05-22 11:57 UTC (permalink / raw)
To: Navneet Rao, 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
>
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-05-22 11:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-21 22:35 [dpdk-dev] ...lib/librte_pmd_pcap/rte_eth_pcap.c:47:18: fatal error: pcap.h: No such file or directory Navneet Rao
2015-05-22 0:48 ` Masaru Oki
2015-05-22 11:57 ` Thomas F Herbert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).