[dpdk-users] Enable to install DPDK on Centos 8-Stream
Thomas Monjalon
thomas at monjalon.net
Thu May 27 19:18:15 CEST 2021
27/05/2021 18:10, Gabriel Danjon:
> Hello,
>
> I am having difficulties to compile and install DPDK from sources on the
> latest Centos 8-Stream.
Did you compile and install DPDK successfully?
Where is it installed?
>
> After having installed the required drivers and libraries, following the
> documentation and the DPDK build (meson build && cd build && ninja &&
> ninja install && ldconfig), I tried to compile the helloworld example
> without success:
> 'Makefile:12: *** "no installation of DPDK found". Stop.'
>
>
> Please find attached to this mail some logs.
The log is way too long to be read.
Please copy only what is relevant.
> Could you provide help please ?
It looks to be basic issue with library installation.
Did you read the doc?
http://doc.dpdk.org/guides/linux_gsg/build_dpdk.html
Especially this note:
"
On some linux distributions, such as Fedora or Redhat, paths in /usr/local are not in the default paths for the loader. Therefore, on these distributions, /usr/local/lib and /usr/local/lib64 should be added to a file in /etc/ld.so.conf.d/ before running ldconfig.
"
More information about the users
mailing list