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
Expand all | Collapse all

unable to install the curl packages on the AIX 7.2

  • 1.  unable to install the curl packages on the AIX 7.2

    Posted Fri February 02, 2024 04:25 AM

    Below is the error where we are getting the multiapl dependancy

    # oslevel -s
    7200-05-01-2038
    # rpm -vh curl-8.4.0-1.aix7.1.ppc.rpm
    rpm: --hash (-h) may only be specified during package installation and erasure
    # rpm -ivh curl-8.4.0-1.aix7.1.ppc.rpm
    error: Failed dependencies:
            ca-certificates >= 2023.2.60 is needed by curl-8.4.0-1.ppc
            krb5-libs >= 1.20.1 is needed by curl-8.4.0-1.ppc
            libcom_err.a(libcom_err.so) is needed by curl-8.4.0-1.ppc
            libgssapi_krb5.a(libgssapi_krb5.so) is needed by curl-8.4.0-1.ppc
            libk5crypto.a(libk5crypto.so) is needed by curl-8.4.0-1.ppc
            libkrb5.a(libkrb5.so) is needed by curl-8.4.0-1.ppc
            liblber.a(liblber-2.5.so.0) is needed by curl-8.4.0-1.ppc
            libldap.a(libldap-2.5.so.0) is needed by curl-8.4.0-1.ppc
            libnghttp2 >= 1.46.0 is needed by curl-8.4.0-1.ppc
            libnghttp2.a(libnghttp2.so.14) is needed by curl-8.4.0-1.ppc
            libssh2 >= 1.10.0 is needed by curl-8.4.0-1.ppc
            libssh2.a(libssh2.so.1) is needed by curl-8.4.0-1.ppc
            openldap >= 2.5.16 is needed by curl-8.4.0-1.ppc
            zlib >= 1.2.13 is needed by curl-8.4.0-1.ppc
    # date
    Fri Feb  2 12:19:50 +08 2024
    #



    ------------------------------
    Nilesh Deshkar
    ------------------------------

    #AIXOpenSource


  • 2.  RE: unable to install the curl packages on the AIX 7.2

    Posted Fri February 02, 2024 05:31 AM

    You should install dnf and its dependencies to install any package from AIX toolbox.

    Installing individual package is to install all its dependencies and it is not easy.

     

    Thanks,

     

    Sanket Rathi