Troubleshoot
From Leo's Notes
Last edited on 8 March 2017, at 18:26.
Generating /etc/rndc.key
Hangs
Generate a new key by running
rndc-confgen -a -r /dev/urandom
ERROR: Target 'com_err' in directory re-defined as SYSLIB - was SYSLIB
samba4 configure issue. If you are trying to get kerberos sopport... ensure you have the libs installed.
yum install krb5-devel
Package Install errors with cpio: Digest mismatch
The binary that's packaged in the rpm has prelinks set which is incompatible with the system. Most likely, you copied the binary from an existing system into the package.
To fix this, tweak the package by running on the offending binary:
# prelink -u /path/to/offending/binary
## repackage .rpm