Installer: Package libvirt was not found in the pkg-config search path

Created on 28 Aug 2019  路  3Comments  路  Source: openshift/installer

I get the following error trying to run:
TAGS=libvirt hack/build.sh

Perhaps you should add the directory containing `libvirt.pc'
to the PKG_CONFIG_PATH environment variable
Package 'libvirt', required by 'virtual:world', not found
Package 'libvirt', required by 'virtual:world', not found
.
.
.
Package 'libvirt', required by 'virtual:world', not found
Package 'libvirt', required by 'virtual:world', not found
pkg-config: exit status 1

I am on the latest version of RHEL 8

Most helpful comment

Did you install these?

I was missing libvirt-devel. Thank you!

All 3 comments

Did you install these?

Did you install these?

I was missing libvirt-devel. Thank you!

Thanks this solved my issue

Was this page helpful?
0 / 5 - 0 ratings