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
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
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
3 matches
Mail list logo