Hi

I have built and installed DPDK  v.18.11.9 on Centos 7
using x86_64-native-linuxapp-gcc and option:

CONFIG_RTE_BUILD_SHARED_LIB=y

We want to run testpmd but it fails to load:


$ ./x86_64-native-linuxapp-gcc/app/testpmd

./x86_64-native-linuxapp-gcc/app/testpmd: error while loading shared
libraries: librte_pmd_bond.so.2.1: cannot open shared object file: No such
file or directory


This is expected as lib does not contain librte_pmd_bond.so.


What build options should I use to build this library?

Best regards

David

Reply via email to