/lib and /lib64 is now a symlink to /usr/lib and /usr/lib64. We
correctly detect presence of security module such as pam_krb5.so
but print confusing error message to user when this module is
not available:
Authentication module /lib64/security/pam_krb5.so is missing.
This is correct, however when user is trying to install this file
he founds out that this file is not part of any package since the
file is installed into /usr/lib64.
/lib and /lib64 is now a symlink to /usr/lib and /usr/lib64. We
correctly detect presence of security module such as pam_krb5.so
but print confusing error message to user when this module is
not available:
Authentication module /lib64/security/pam_krb5.so is missing.
This is correct, however when user is trying to install this file
he founds out that this file is not part of any package since the
file is installed into /usr/lib64.