On 04/30/2018 03:24 PM, Kenneth Hoste wrote:
On 30/04/2018 15:12, Ole Holm Nielsen wrote:
On 04/30/2018 02:44 PM, Bart Oldeman wrote:
Hello Ole,
the issue is here:
ld: cannot find -lpciaccess
ld: cannot find -lxml2
to solve this you can either install OS packages (.rpm, .deb, etc.)
for libpciaccess and libxml2, and perhaps add them as OS dependencies.
Yes, I thought about this, but these packages are already present on
the system:
# rpm -q libxml2 libpciaccess
libxml2-2.9.1-6.el7_2.3.x86_64
libpciaccess-0.13.4-3.1.el7_4.x86_64
You may need to -devel versions of these...
Good point! The -devel versions were absent, so I installed the RPMs
now and will redo the build.
/Ole