Hi, I tried installing DPDK on a linux machine following the steps in "Quick Start Setup Script" at https://doc.dpdk.org/guides/linux_gsg/quick_start.html. I got the following errors below even though I have libnuma-dev installed. /usr/bin/ld: skipping incompatible //usr/lib/x86_64-linux-gnu/libnuma.so when searching for -lnuma /usr/bin/ld: skipping incompatible //usr/lib/x86_64-linux-gnu/libnuma.a when searching for -lnuma /usr/bin/ld: cannot find -lnuma
I may be missing something simple, any help would be much appreciated. System Details: # uname -a Linux sc2-hs1-d2108 4.4.0-142-generic #168-Ubuntu SMP Wed Jan 16 21:00:45 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux # lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 16.04.6 LTS Release: 16.04 Codename: xenial Thanks, Ramki
