From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk0-f181.google.com (mail-qk0-f181.google.com [209.85.220.181]) by dpdk.org (Postfix) with ESMTP id D4BD9A250 for ; Fri, 20 May 2016 14:15:45 +0200 (CEST) Received: by mail-qk0-f181.google.com with SMTP id x7so65016393qkd.3 for ; Fri, 20 May 2016 05:15:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=yHodvXgcoO8O+MIdjNUJcxsFHt9omhI1uMCLt93wYo4=; b=2Rs5nmAKBTo/rDF322s+hUuOf7fqE3LjL8hLyWE/KHWLwKGPiIm6Bgd0d9uVaBZYyI jKEPo7IZpCpL/3w7O0p5MdP08T+Ym2hdoMkV/aRcF2XuKT9e05d6pFEgJIEHNhv/F2oV YaGkTAUnxcsPjni3j6JeY/0XZE5L3cQumt4Ib2y6V6DcqV7qUKRkWEp3QMX5hzu8krph mgYD77L/HPP/+Tq7veDTkCnyU3deXM9+Y57UdR3XPpnfWrPoGYmKcokf/9CkYP16XRir gAxiQBhsBSC2/oTv0fbPaqHSm7fwEahO5tU1o1M9HaVH4fVLkKGc/eBPZD9kfjudNR/y +85w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=yHodvXgcoO8O+MIdjNUJcxsFHt9omhI1uMCLt93wYo4=; b=WKwqNfTAnJpaMJn4xn5lQ08JEF2dYfabrYs+VwUMWy10QiCfN+e92+Mq2/bbsHIKqo hBBFkMDKZIoWPv8uCPz8An5Lm7+bhjV+CD3/sdCG70nKOyMjqTETKlK4u/Y0yQx0nqpT Ubt+8p1KDg7EPZSVZ6JnCkK9uiM2X2OmgxdGjt8blqna2sWrwox/E8+cxdNq4I1E2XVF On+AoRRf5lDWb9tSVEoSaFBVEcSMASfVFHyi1Wqtep3IOHmP6K4W5ALvoxzf9h78rgNN vs8IbAwyL5R8tvHE10oFKNo7Wux5IRbht9bb+KmVtoPHzXV/rkmXAPmZpVyCD4RtP+FN mOaw== X-Gm-Message-State: AOPr4FVOUiaCm8bcTkI9EOzGGul6bD+dX6zN5WgO6x/4u6qlkNW7LdpwA/XeRyIvnKAXLARbCL1fbSwgSsLq4C0j X-Received: by 10.55.161.1 with SMTP id k1mr2905761qke.193.1463746545208; Fri, 20 May 2016 05:15:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.55.97.3 with HTTP; Fri, 20 May 2016 05:15:25 -0700 (PDT) In-Reply-To: References: From: Christian Ehrhardt Date: Fri, 20 May 2016 14:15:25 +0200 Message-ID: To: Sheroo Pratap Cc: users@dpdk.org, dev Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-dev] Compilation failed on dpdk-16.04 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2016 12:15:46 -0000 Hi, as Thomas said that is a dep for pcap. Note that dpdk is part of Ubuntu 15.10 and later - due to that even if building on your own on these releases you would be able to run "sudo apt-get build-dep dpdk" to get all usual build dependencies resolved automatically. But since you are on an older release you can just do what this woudl do for you which would be (including pcap enabled and all kind of docu building things) : sudo apt-get install doxygen graphviz inkscape libcap-dev libpcap-dev libxen-dev libxenstore3.0 python python-sphinx texlive-fonts-recommended texlive-latex-extra Christian Ehrhardt Software Engineer, Ubuntu Server Canonical Ltd On Fri, May 20, 2016 at 2:03 PM, Sheroo Pratap < sheroopratapresearch@gmail.com> wrote: > 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* > *compilation terminated.* > *make[4]: *** [rte_eth_pcap.o] Error 1* > *make[3]: *** [pcap] Error 2* > *make[2]: *** [net] Error 2* > *make[1]: *** [drivers] Error 2* > *make: *** [all] Error 2* > *root@osboxes:/home/osboxes/Downloads/dpdk-16.04#* > > Thanks and Regards > Sheroo Pratap >