[dpdk-dev] librte_distributor.so: cannot open shared object file

2014-12-18 Thread sothy shan
Hi! I am in fedora 21. I build sucesfully. I set the LD_LIBRARY_PATH. When I run the testpmd file, I am getting above error. Thank for your help. [cubiq at localhost dpdk-1.7.1]$ echo $LD_LIBRARY_PATH /home/cubiq/dpdk-1.7.1/x86_64-ivshmem-linuxapp-gcc/lib [cubiq at localhost dpdk-1.7.1]$ sudo ./x

[dpdk-dev] librte_distributor.so: cannot open shared object file

2014-12-18 Thread Neil Horman
On Thu, Dec 18, 2014 at 04:50:51PM +0100, sothy shan wrote: > Hi! > > I am in fedora 21. I build sucesfully. I set the LD_LIBRARY_PATH. > When I run the testpmd file, I am getting above error. Thank for your help. > > [cubiq at localhost dpdk-1.7.1]$ echo $LD_LIBRARY_PATH > /home/cubiq/dpdk-1.7.1

[dpdk-dev] librte_distributor.so: cannot open shared object file: No such file or directory

2014-12-11 Thread sothy shan
Hi! I compiled DPDK v1.7.1 on ubunutu 14.04. I used following commands to compille. cd DPDKexport 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