On Sun, Aug 30, 2020 at 02:18:46PM +0800, Utkarsh Kathuria wrote: > I am currently working on pktgen for dpdk in centos7. > When I try to make in pktgen-dpdk directory it says dependency libdpdk not > found. > Please help me.
You go to a terminal and type in 'apt search libdpdk'. This is my sample
session:
tomas@trotzki:~$ apt search libdpdk
Sorting... Done
Full Text Search... Done
libdpdk-dev/stable 18.11.8-1~deb10u1 amd64
Data Plane Development Kit (basic development files)
So it eems you have to install the package libdpdk-dev (depending on your
distro,
version numbers might vary).
Hope that helps
- t
signature.asc
Description: Digital signature

