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 D330F9AA7 for ; Fri, 20 May 2016 14:15:45 +0200 (CEST) Received: by mail-qk0-f181.google.com with SMTP id n63so65001136qkf.0 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=C6fSrW2stePqwsVOltKRByKtgJEsnzl5WVudGAf0dwRZ9KE7dgW6vFgadPYhRteyOu Zg9xMgpxm3ZyEx5ZyopQ+8RqLWLJA5tqmiL3F1iL0KdeJ8cHPuPYQ0gWYlnN2NLSFQ8H 84yVBQcFEonwSrtu7ZwSsRDABgMnrL4wOHhvJkc0Fl1zYyRXwb2osBVaITln00oXQygT irKlVhCHyYEg7cBStReqYsExtqIC36yf43C28Kx3ziU5VwXHGQDnK50UbqjImyIk6RnV 7LIGNp6diheV+AsUiZJSaQGMrztqnHxF1rNSH6L91KNwyl/kbs4FIRL768TGXrWYA/TG 8AzA== X-Gm-Message-State: AOPr4FW36orUW40tXR6nN0PR22o17hOAPO2rbr7WeiuVcZXYXyffTB+K44L4tuBzuKcCYK6DFRImr64tkiQq0/al 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-users] [dpdk-dev] Compilation failed on dpdk-16.04 X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: usage discussions 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 >