The server is on AIX 7300-02-02-2420 I had a request to upgrade httpd to 2.4.56-1, that required openldap 2.5..12-1. The upgrade of openldap breaks sudo (1.9.12p2-1) with the folloowing library errors:
exec(): 0509-036 Cannot load program sudo because of the following errors:
0509-130 Symbol resolution failed for /opt/freeware/libexec/sudo/libsudo_util.so because:
0509-136 Symbol _GLOBAL__AIXI_libintl_so (number 129) is not exported from
dependent module /usr/lib/libintl.a(libintl.so.8).
0509-136 Symbol _GLOBAL__AIXD_libintl_so (number 130) is not exported from
dependent module /usr/lib/libintl.a(libintl.so.8).
0509-192 Examine .loader section symbols with the
'dump -Tv' command.
I am using dnf with the following repositories:
[AIX_Toolbox]
name=AIX generic repository
baseurl=https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/
enabled=1
gpgcheck=0
[AIX_Toolbox_noarch]
name=AIX noarch repository
baseurl=https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/noarch/
enabled=1
gpgcheck=0
[AIX_Toolbox_73]
name=AIX 7.3 specific repository
baseurl=https://anonymous:anonymous@public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc-7.3/
enabled=1
gpgcheck=0
Looking for some ideas to try to resolve the sudo library issue.
Thanks.
------------------------------
Richard Hurley
------------------------------