From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qc0-f176.google.com (mail-qc0-f176.google.com [209.85.216.176]) by dpdk.org (Postfix) with ESMTP id 201018042 for ; Thu, 11 Dec 2014 10:03:09 +0100 (CET) Received: by mail-qc0-f176.google.com with SMTP id i17so3562501qcy.35 for ; Thu, 11 Dec 2014 01:03:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=H26cnoZH7nA3JqXJCJwdD/tGG4A2WUGgLI0jh2IMLB4=; b=OHEzdYBeybOAD5E21YvLcqNBSICPNOSJydM7cIxgSE+0FAFDq8UAZMpnlKs5KNRxdL U8RwzglPL2dcAPsD4i12y1l2nK7+PoHF3UKLpml32nloy2pThyfgd9ex51TsVJSmHyPQ zMnDJgWdMCP6ydJoe95KvvxZWSevMzeffbcODRg2Bvqu+93c8Z+6jpR3OF1FtKF7uXlc RHDSajupYvDE1mihfhTy4g9Jt3G5aTCZbf3DXqHb9vmgrPnurNqBgrSgUzA6jcJEIThr ltI09y3jDMKexooZ86W0MFZw0opaTGFxMJBlmCe69qEHBgywlJ61RSM/QWMuJgQ9H5H6 aZ2g== MIME-Version: 1.0 X-Received: by 10.224.51.68 with SMTP id c4mr18223103qag.26.1418288588607; Thu, 11 Dec 2014 01:03:08 -0800 (PST) Received: by 10.229.25.68 with HTTP; Thu, 11 Dec 2014 01:03:08 -0800 (PST) Date: Thu, 11 Dec 2014 10:03:08 +0100 Message-ID: From: sothy shan To: "dev@dpdk.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] librte_distributor.so: cannot open shared object file: No such file or directory 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: Thu, 11 Dec 2014 09:03:09 -0000 Hi! I compiled DPDK v1.7.1 on ubunutu 14.04. I used following commands to compille. cd DPDK export RTE_SDK=$(pwd)export RTE_TARGET="x86_64-ivshmem-linuxapp-gcc" make CONFIG_RTE_BUILD_COMBINE_LIBS=y CONFIG_RTE_BUILD_SHARED_LIB=y install T="$RTE_TARGET" I mounted hugepages and added ports into igb_uio drivers also. When I run test commands within dpdk-1.7.1/x86_64-ivshmem-linuxapp-gcc/app$ ./testpmd, I am getting following error. /testpmd: error while loading shared libraries: librte_distributor.so: cannot open shared object file: No such file or directory Do you have idea? Best regards Sothy