开发者
资源
编译xfsprogs执行./configure报“FATAL ERROR: could not find a valid UUID header.”解决方法
编译xfsprogs执行./configure报“FATAL ERROR: could not find a valid UUID header.”解决方法
发表于2023/07/26
330

【问题描述】

编译xfsprogs执行./configure报“FATAL ERROR: could not find a valid UUID header.”错误,详细错误如下:

checking for rpm... /usr/bin/rpm

checking for rpmbuild... no

checking uuid.h usability... no

checking uuid.h presence... no

checking for uuid.h... no

checking sys/uuid.h usability... no

checking sys/uuid.h presence... no

checking for sys/uuid.h... no

checking uuid/uuid.h usability... no

checking uuid/uuid.h presence... no

checking for uuid/uuid.h... no

FATAL ERROR: could not find a valid UUID header.

Install the Universally Unique Identifiers development package.

【解决方法】

执行yum -y install libuuid*安装libuuid和libuuid-devel,再次执行./configure即可正常运行;

收藏举报
Level 1
0
帖子
0
粉丝
0
获赞