On Monday, July 11, 2016 3:13:55 AM EDT Jan Cerny wrote: > That happens usually when your system is missing some of the required header > files. I think it can be dbus.h, located in > /usr/include/dbus-1.0/dbus/dbus.h, provided by dbus-devel package. Try to > install dbus-devel using "yum install dbus-devel" and then run "./configure > && make && make install" again. > > I can see the dbus-devel package is not included in our README in the build > dependencies list, I will add it there soon. > > You should be able to identify the missing header files in output produced > by ./configure, eg: > > * Checking presence of required headers for the systemdunitproperty probe > 811 checking for dbus/dbus.h... yes > 812 checking for string.h... (cached) yes
MIssing headers should error out the configure script if the passed configure script options requires them. -Steve _______________________________________________ Open-scap-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/open-scap-list
