After updating AIX to the newest version I have issues with yum command check:
# yum checkcurl-7.74.0-1.ppc has missing requires of libcrypto.a(libcrypto.so.1.0.2)curl-7.74.0-1.ppc has missing requires of libssl.a(libssl.so.1.0.2)cyrus-sasl-2.1.26-3.ppc has missing requires of libcrypto.a(libcrypto.so.1.0.0)krb5-libs-1.18.3-1.ppc has missing requires of libcrypto.a(libcrypto.so.1.0.2)krb5-libs-1.18.3-1.ppc has missing requires of libssl.a(libssl.so.1.0.2)libssh2-1.9.0-1.ppc has missing requires of libcrypto.a(libcrypto.so.1.0.2)openldap-2.4.56-1.ppc has missing requires of libcrypto.a(libcrypto.so.1.0.2)openldap-2.4.56-1.ppc has missing requires of libssl.a(libssl.so.1.0.2)python-2.7.18-1.ppc has missing requires of libcrypto.a(libcrypto.so.1.0.2)python-2.7.18-1.ppc has missing requires of libssl.a(libssl.so.1.0.2)python-pycurl-7.43.0-1.ppc has missing requires of libcrypto.a(libcrypto.so)Error: check allThe same command on another system but with version 7200-05-01-2038 finishes correctly:
# yum checkcheck allBoth systems have identical set of RPMs from AIX Toolbox. Yum version below:
yum-3.4.3-8.noarchDo you have any ideas how could I fix it?
#AIXOpenSource