DPDK usage discussions
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Sheroo Pratap <sheroopratapresearch@gmail.com>
Cc: dev@dpdk.org, users@dpdk.org
Subject: Re: [dpdk-users] [dpdk-dev] Compilation failed on dpdk-16.04
Date: Fri, 20 May 2016 14:09:39 +0200	[thread overview]
Message-ID: <1515648.77dXkOu6H1@xps13> (raw)
In-Reply-To: <CALNBCoXqGtYEBJD-2MS7=1c=z=-cd5Q0zPcWZWh0rFMaG6GjHg@mail.gmail.com>

2016-05-20 17:33, Sheroo Pratap:
> Hi All,
> 
>   I m trying to install dpdk-16.04 on my VM ubuntu.
>   I tried to make the build but it failed with below error.
> 
>   anyone can help on this.
> 
>  ubuntu version is "Ubuntu 14.04.3 (64bit)"
>  kernel version is 4.6.
> 
> * SYMLINK-FILE include/rte_eth_null.h*
> *  INSTALL-LIB librte_pmd_null.a*
> *== Build drivers/net/pcap*
> *  CC rte_eth_pcap.o*
> */home/osboxes/Downloads/dpdk-16.04/drivers/net/pcap/rte_eth_pcap.c:47:18:
> fatal error: pcap.h: No such file or directory*

PCAP is disabled in the default config:
	CONFIG_RTE_LIBRTE_PMD_PCAP=n
Either you keep it disable or you install libpcap headers.

  reply	other threads:[~2016-05-20 12:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-20 12:03 [dpdk-users] " Sheroo Pratap
2016-05-20 12:09 ` Thomas Monjalon [this message]
2016-05-20 12:15 ` [dpdk-users] [dpdk-dev] " Christian Ehrhardt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1515648.77dXkOu6H1@xps13 \
    --to=thomas.monjalon@6wind.com \
    --cc=dev@dpdk.org \
    --cc=sheroopratapresearch@gmail.com \
    --cc=users@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).