Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
Lustre 2.13.0
-
RHEL7.5 without openssl-devel
-
9223372036854775807
Description
I got a build failure due to a missing header for the newly-added l_getsepol command:
l_getsepol.c:50:25: fatal error: openssl/evp.h: No such file or directory #include <openssl/evp.h>
This requires the openssl-devel package to be installed in order to build, but that is not in the BuildRequires of lustre.spec file. Also, for sites that don't need this utility, the configure check should disable building l_getsepol if the header is not available.
Finally, there is no l_getsepol.8 man page in lustre/doc for this command.