From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f173.google.com (mail-we0-f173.google.com [74.125.82.173]) by dpdk.org (Postfix) with ESMTP id 3CA50DE0 for ; Tue, 10 Feb 2015 10:57:48 +0100 (CET) Received: by mail-we0-f173.google.com with SMTP id w55so20913126wes.4 for ; Tue, 10 Feb 2015 01:57:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=ZRqfZCvZzYB3q0Smh2rstUkdsKR10TfXymnTBQN2V/E=; b=NQQ+9b40ia27JHubvC5jOLPGvIqK8l322CNBtN6Zudm1LqG4LKsFFUt7ei4nMC4FYD rX+kCfczLAuSSllL2gMNtB2vAkhvp+eSV/yMj6w+EMnXHu1eKHcucD7KcJ7jT3iaIkQX 0hq1qIBwfnmqbgsOO3wQ8KBSOKIUirhHr1iGDywcLgY49rb5sRXvJFBmcnycrepxRnWC 74vIyiRp2CmACaEUaejADkAUEL5wbssEDhiIT569Zo9WPSGXgVTYvdv2M+fcuj3SoljT f/K3BKUDLvFuEydRTF/yLXDa3f64IXmshEm9n3YSzjLpD1j/yxWIO/hJqPjiCit19MXD BLqA== X-Gm-Message-State: ALoCoQl2LdopwL2Z4heqEKUwLaJNPq9g8vVg0dbZhfFSIPf7jSli4qSczmyAXhTzgJgTXPEmlh2b X-Received: by 10.180.160.166 with SMTP id xl6mr44368310wib.16.1423562268053; Tue, 10 Feb 2015 01:57:48 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id o7sm18053163wix.12.2015.02.10.01.57.46 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Feb 2015 01:57:47 -0800 (PST) From: Thomas Monjalon To: Shankari Vaidyalingam Date: Tue, 10 Feb 2015 10:57:20 +0100 Message-ID: <2947941.PO3Pp7zIFM@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] Error seen while running testpmd sample application 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: Tue, 10 Feb 2015 09:57:48 -0000 2015-02-09 22:40, Shankari Vaidyalingam: > I'm trying to execute the testpmd sample appplication. > I'm getting the below error and not able to execute the sample application. > > controller@controller-VirtualBox:~/software/dpdk-1.7.1$ sudo > ./build/app/testpmd -c7 -n3 -- -i --nb-cores=2 --nb-ports=2 > ./build/app/testpmd: error while loading shared libraries: > librte_distributor.so: cannot open shared object file: No such file or > directory > controller@controller-VirtualBox:~/software/dpdk-1.7.1$ find . -name > librte_distributor.so -print > ./build/build/lib/librte_distributor/librte_distributor.so > ./build/lib/librte_distributor.so > ./x86_64-native-linuxapp-gcc/build/lib/librte_distributor/librte_distributor.so > ./x86_64-native-linuxapp-gcc/lib/librte_distributor.so > controller@controller-VirtualBox:~/software/dpdk-1.7.1$ > > I'm using Ubuntu 12.04 LTS version and DPDK 1.7.1 version. > I already went through the mailing list to see whether anyone is facing > similar issues. I was able to find 3 discussions but not able to find the > solution in them. Please try the latest version.