Open Source Development

Power Open Source Development

Explore the open source tools and capabilities for building and deploying modern applications on IBM Power platforms including AIX, IBM i, and Linux.


#Power


#Power

 View Only
  • 1.  yum check - problem after update to 7200-05-02-2114

    Posted Tue May 11, 2021 02:11 AM
    After updating AIX to the newest version I have issues with yum command check:

    # yum check
    curl-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 all

    The same command on another system but with version 7200-05-01-2038 finishes correctly:

    # yum check
    check all

    Both systems have identical set of RPMs from AIX Toolbox. Yum version below:

    yum-3.4.3-8.noarch

    Do you have any ideas how could I fix it?

    #AIXOpenSource


  • 2.  RE: yum check - problem after update to 7200-05-02-2114
    Best Answer

    Posted Tue May 11, 2021 04:45 AM
    Hi Grzegorz,

    Please run the "updtvpkg" command and check if it resolved the errors ?

    ------------------------------
    SANGAMESH
    ------------------------------



  • 3.  RE: yum check - problem after update to 7200-05-02-2114

    Posted Tue May 11, 2021 04:50 AM
    Hi Sangamesh,

    Thank you! Command "updtvpkg" solved this issue!

    #AIXOpenSource