Environment
Access Manager 4.4
Administration Console
Red Hat Enterprise Server 6.9 and 7.3 although probably effects all RHEL versions
Situation
Access Manager 4.2.2 Admin Console upgraded to Access Manager 4.4 without issues on RHEL 7.3. After upgrade Administrators could access iManager on Admin Console and view and change configurations. Users ssh'd into the Admin Console host trying to run any sudo command would see the following error:
unable to dlopen /usr/libexec/sudoers.so: (null
fatal error, unable to load plugins
It would appear to be related to the eDirectory 9.0 upgrade coming with 4.4 disrupting libraries used by non eDir applications.
unable to dlopen /usr/libexec/sudoers.so: (null
fatal error, unable to load plugins
It would appear to be related to the eDirectory 9.0 upgrade coming with 4.4 disrupting libraries used by non eDir applications.
Resolution
Run the following commands on the Admin Console host as root user:
# mv /etc/ld.so.conf.d/ice.conf /root
# ldconfig
# mv /etc/ld.so.conf.d/ice.conf /root
# ldconfig
Cause
NAM installer creates /etc/ld.so.conf.d/ice.conf file which delinks the libraries it is only in case of upgrade, but in case of fresh install it does not creates the /etc/ld.so.conf.d/ice.conf file.