Error 0x5.
Building error. Unable to finish the installation.
I have experienced this twice on two separate Manager install attempts, two separate machines. I have no doubt it's operator error.
I'm thinking it's most likely a dependency of some sort, but I've configured the ones provided. This is a brand new CentOS build:
# cat /etc/os-release
NAME="CentOS Linux"
VERSION="8 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="8"
PLATFORM_ID="platform:el8"
PRETTY_NAME="CentOS Linux 8 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:8"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"
CENTOS_MANTISBT_PROJECT="CentOS-8"
CENTOS_MANTISBT_PROJECT_VERSION="8"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="8"
I tried running this when I first started:
yum install make gcc policycoreutils-python automake autoconf libtool
But the policycoreutils-python doesn't exist, so I ended up running:
yum install policycoreutils-python-utils
I eventually ran:
yum install policycoreutils*
Thinking it might have been that. This is the second CentOS 8 machine the installer fails on.
I did check the permissions (as recommended in another post):
# ls -la src/analysisd/compiled_rules/register_rule.sh
-rwxrwxr-x. 1 root root 4665 Sep 23 07:09 src/analysisd/compiled_rules/register_rule.sh
I was thinking of moving over to Ubuntu, but I kind of need to figure this out because of other CentOS machines on my network (I won't be able to rebuild them all).
Extremely grateful for any help or advice on things to look into.
Thanks
Tony
yum install policycoreutils python3