smbios_c/smbios.h: No such file or directory - CentOS 6 & 7 fatal error
src/cerb_libsmbios.cc:3:29: fatal error: smbios_c/smbios.h: No such file or directory
Solution
1 - Install EPEL repo: http://tech.yipp.ca/linux/adding-epel-repo-centos-6-8/
2 - Run this secret command :
CentOS 7
$> yum --enablerepo=epel-testing install libsmbios-devel
CentOS 6
$> yum install libsmbios-devel
Recent Comments