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.  Curl Installation on AIX 7.2

    Posted Thu June 29, 2023 09:37 AM

    Hello All,


    Can you please help me with this.

    rpm -Uvh curl-8.0.1-1.aix7.1.ppc.rpm
    error: Failed dependencies:
    ca-certificates >= 2021.2.52 is needed by curl-8.0.1-1.ppc
    krb5-libs >= 1.18.5 is needed by curl-8.0.1-1.ppc
    libcom_err.a(libcom_err.so) is needed by curl-8.0.1-1.ppc
    libcrypto.a(libcrypto.so.1.1) is needed by curl-8.0.1-1.ppc
    libgssapi_krb5.a(libgssapi_krb5.so) is needed by curl-8.0.1-1.ppc
    libk5crypto.a(libk5crypto.so) is needed by curl-8.0.1-1.ppc
    libkrb5.a(libkrb5.so) is needed by curl-8.0.1-1.ppc
    liblber.a(liblber-2.5.so.0) is needed by curl-8.0.1-1.ppc
    libldap.a(libldap-2.5.so.0) is needed by curl-8.0.1-1.ppc
    libnghttp2 >= 1.46.0 is needed by curl-8.0.1-1.ppc
    libnghttp2.a(libnghttp2.so.14) is needed by curl-8.0.1-1.ppc
    libssh2 >= 1.10.0 is needed by curl-8.0.1-1.ppc
    libssh2.a(libssh2.so.1) is needed by curl-8.0.1-1.ppc
    libssl.a(libssl.so.1.1) is needed by curl-8.0.1-1.ppc
    openldap >= 2.5.12 is needed by curl-8.0.1-1.ppc

    Thanks 



    ------------------------------
    Roshni Pitchuka
    ------------------------------



  • 2.  RE: Curl Installation on AIX 7.2

    Posted Thu June 29, 2023 01:04 PM

    Recommend to use dnf to install packages from AIX toolbox.

    Or you will have to resolve and install all dependencies manually.



    ------------------------------
    SANKET RATHI
    ------------------------------



  • 3.  RE: Curl Installation on AIX 7.2

    Posted Thu August 24, 2023 10:47 AM

    Similar to others, our AIX servers do not have an external network connection.  Is there a document that lists the specific dependencies that need to be installed and the order that they are to be installed? That would be a great help.



    ------------------------------
    Ed Stuart
    ------------------------------



  • 4.  RE: Curl Installation on AIX 7.2

    Posted Thu August 24, 2023 01:48 PM

    You can try to create local repo

    Or you can use AIX Toolbox media image

    https://community.ibm.com/community/user/power/blogs/sangamesh-mallayya1/2022/02/09/creating-local-repo-with-dnf-and-aix-toolbox-media

     

    Thanks,

     

    Sanket Rathi