AIX Open Source

AIX Open Source

Share your experiences and connect with fellow developers to discover how to build and manage open source software for the AIX operating system

 View Only
  • 1.  python3.7 dependency packages issue on AIX7.1

    Posted yesterday

    Hi Team,

    We are facing issues while installing rpm packages for python3.7 in AIX 7.1. oslevel version is 7100-03-07-1614.

    we almost installed python3.7 dependencies rpm packages. But still, we cannot install these packages. 

    gettext is dependent on glib2, glib2 is dependent on gettext , libiconv is dependent on gettext.

    bash-5.1# rpm -ivh python3-3.7.15-1.aix7.1.ppc.rpm
    error: Failed dependencies:
            gettext >= 0.21 is needed by python3-3.7.15-1.ppc
            readline >= 8.1 is needed by python3-3.7.15-1.ppc
            sqlite >= 3.37.2 is needed by python3-3.7.15-1.ppc

    bash-5.1# rpm -Uvh gettext-0.21-2.aix7.1.ppc.rpm
    warning: gettext-0.21-2.aix7.1.ppc.rpm: Header V4 RSA/SHA256 Signature, key ID 41eea8e0: NOKEY
    error: Failed dependencies:
            glib2 >= 2.56.1 is needed by gettext-0.21-2.ppc
            libunistring >= 0.9.9-2 is needed by gettext-0.21-2.ppc
            libunistring.a(libunistring.so.2) is needed by gettext-0.21-2.ppc
            libxml2 >= 2.9.9 is needed by gettext-0.21-2.ppc

    bash-5.1# rpm -Uvh glib2-2.83.2-1.aix7.1.ppc.rpm
    warning: glib2-2.83.2-1.aix7.1.ppc.rpm: Header V4 RSA/SHA256 Signature, key ID 41eea8e0: NOKEY
    error: Failed dependencies:
            gettext >= 0.21 is needed by glib2-2.83.2-1.ppc
            libiconv >= 1.17 is needed by glib2-2.83.2-1.ppc

    bash-5.1# rpm -Uvh libiconv-1.17-1.aix7.1.ppc.rpm
    warning: libiconv-1.17-1.aix7.1.ppc.rpm: Header V4 RSA/SHA256 Signature, key ID 41eea8e0: NOKEY
    error: Failed dependencies:
            gettext >= 0.21-1 is needed by libiconv-1.17-1.ppc

    bash-5.1# rpm -Uvh libxml2-2.14.4-1.aix7.1.ppc.rpm
    warning: libxml2-2.14.4-1.aix7.1.ppc.rpm: Header V4 RSA/SHA256 Signature, key ID 41eea8e0: NOKEY
    error: Failed dependencies:
            libiconv >= 1.17 is needed by libxml2-2.14.4-1.ppc



    ------------------------------
    Shanmuga Sundaram G J
    ------------------------------


  • 2.  RE: python3.7 dependency packages issue on AIX7.1

    Posted 16 hours ago

    If the three packages depend on each other, they have to be installed together (i.e. at the same time/on the same command).



    ------------------------------
    José Pina Coelho
    IT Specialist at Kyndryl
    ------------------------------