From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f47.google.com (mail-lf1-f47.google.com [209.85.167.47]) by dpdk.org (Postfix) with ESMTP id CDE1A1B163 for ; Wed, 5 Dec 2018 11:23:09 +0100 (CET) Received: by mail-lf1-f47.google.com with SMTP id c16so14299986lfj.8 for ; Wed, 05 Dec 2018 02:23:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=from:mime-version:thread-index:date:message-id:subject:to; bh=+Bdli8xWttib8fI9aRz8UmdmSHnhdw+FCNiUr6AYcBY=; b=cCeGCN5DKY+wZwHBl8V6GX6PvPAe3NS2UxAYng7dATjRfSk8lZdGPP92kXqFCaPI9c EI/nNr4e0pqaobOZykiOcRxONo+4H+9jPACdYYIthuIZ7gzwEsYvwDGvozMVTizHd7MR /oLR3qKhiJW91mhgb1DQWi3C3d+vMZTzHxIz4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:mime-version:thread-index:date:message-id :subject:to; bh=+Bdli8xWttib8fI9aRz8UmdmSHnhdw+FCNiUr6AYcBY=; b=GenilGkYbZHhqNYumsklaAb0u9V0+D4YaYhLQgjVjcx90itXB0TeUzzMoAw+LR4agS OcZxZd5VZQn55pXjDtUovQE1vQJYJHU8XifoOv8m3uqo9Kf2OFZudJ0tf3i5R7NUolfw uMZuU7ucGBctGZwFbarYhepWKv2AeefhLpN5JnoTKTjs4ZxxnoDECx75ThbmpoJi1ZXo aU3b+qDpDecHWlOgqXcSoxSSBo9rWwjs8BzuLTDP+lZA4S37PcvII/TpWZz+diajm0Vu 7sihqv2gwD+vBmVDlHHYYHycRUnuDIK+U6wBjnSrW9OwypBNMDrepzvEBur+g0RVvvMH Gq5g== X-Gm-Message-State: AA+aEWaRcyWaM4jDnWocH4nNe3LsTcVwoivFG+JmBQsIqFQNMu10YLXC zHBBIBfziTrS9DNIlYPDe1XM3Z6sOGs7W05msR6FJFue X-Google-Smtp-Source: AFSGD/V6Thjn3+yDhga28bOUOl9onhXqGm544L2cNOuIa8QmNyKcgspouN8sscmSTYZsMfF7ffpo+Zji3SxE6p5aZiI= X-Received: by 2002:a19:9b50:: with SMTP id d77mr14435580lfe.137.1544005388804; Wed, 05 Dec 2018 02:23:08 -0800 (PST) From: Murali Krishna MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AdSMhE95gWiGvfNSQd2lIuMtMOYXng== Date: Wed, 5 Dec 2018 15:53:07 +0530 Message-ID: <5635130fed4850c4c2de46d792ecc717@mail.gmail.com> To: users@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] error while compiling pktgen-dpdk on RHEL/Centos 7.5 X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2018 10:23:10 -0000 Hi, I am trying to compile pktgen-3.5.8 on RHEL/Centos 7.5 kernel. I see below error while compiling it from source. # cd pktgen-3.5.8/ # make == lib == common == utils == vec == lua Package lua5.3 was not found in the pkg-config search path. Perhaps you should add the directory containing `lua5.3.pc' to the PKG_CONFIG_PATH environment variable No package 'lua5.3' found Package lua5.3 was not found in the pkg-config search path. Perhaps you should add the directory containing `lua5.3.pc' to the PKG_CONFIG_PATH environment variable No package 'lua5.3' found CC rte_lua.o In file included from /root/pkt/pktgen-3.5.8/lib/lua/rte_lua.c:27:0: /root/pkt/pktgen-3.5.8/lib/lua/rte_lua.h:25:17: fatal error: lua.h: No such file or directory #include ^ compilation terminated. make[3]: *** [rte_lua.o] Error 1 make[2]: *** [all] Error 2 make[1]: *** [lua] Error 2 make: *** [lib] Error 2 i see same error even after installing lua53 packages. # rpm -qa | grep lua5 lua53u-libs-5.3.4-1.ius.centos7.x86_64 lua53u-5.3.4-1.ius.centos7.x86_64 lua53u-devel-5.3.4-1.ius.centos7.x86_64 Is there any workaround for this error? Thanks, Murali