AIX Open Source

 View Only
  • 1.  Curl libraries for aix 7.2.1

    Posted Thu September 24, 2020 11:06 AM
    Hi Team,
    We would like to install curl latest version on our AIX7.2 boxes, please provide the required libraries and procedure to install.


    Thanks in advance.

    ------------------------------
    Thomson Reuters
    ------------------------------


  • 2.  RE: Curl libraries for aix 7.2.1

    Posted Thu September 24, 2020 11:25 AM
    Looks like you are new to AIX Toolbox. 

    AIX Toolbox link
    ============
    https://www.ibm.com/support/pages/aix-toolbox-linux-applications-downloads-alpha

    Article about configuring yum on AIX
    ============================
    https://developer.ibm.com/technologies/systems/articles/configure-yum-on-aix/

    ------------------------------
    Ayappan P
    ------------------------------



  • 3.  RE: Curl libraries for aix 7.2.1

    Posted Thu September 24, 2020 11:31 AM
    We are getting below error while installing, please help!

    (root@XXXXX):/# rpm -ivh curl-7.71.1-1.aix6.1.ppc.rpm
    error: Failed dependencies:
    ca-certificates >= 2016.10.7 is needed by curl-7.71.1-1.ppc
    krb5-libs >= 1.16.1-4 is needed by curl-7.71.1-1.ppc
    libcom_err.a(libcom_err.so) is needed by curl-7.71.1-1.ppc
    libcom_err.so is needed by curl-7.71.1-1.ppc
    libgssapi_krb5.a(libgssapi_krb5.so) is needed by curl-7.71.1-1.ppc
    libgssapi_krb5.so is needed by curl-7.71.1-1.ppc
    libk5crypto.a(libk5crypto.so) is needed by curl-7.71.1-1.ppc
    libk5crypto.so is needed by curl-7.71.1-1.ppc
    libkrb5.a(libkrb5.so) is needed by curl-7.71.1-1.ppc
    libkrb5.so is needed by curl-7.71.1-1.ppc
    libnghttp2 >= 1.38.0 is needed by curl-7.71.1-1.ppc
    libnghttp2.a(libnghttp2.so.14) is needed by curl-7.71.1-1.ppc

    ------------------------------
    Thomson Reuters
    ------------------------------



  • 4.  RE: Curl libraries for aix 7.2.1

    Posted Thu September 24, 2020 11:35 AM
    Edited by Thomson Reuters Thu September 24, 2020 11:40 AM



  • 5.  RE: Curl libraries for aix 7.2.1

    Posted Mon September 28, 2020 10:20 AM
    yum depends on an internet connection.  Many secure servers do not have access to the internet, including ours.  Just because that is the way you do it, doesn't mean everyone else does it that way.

    ------------------------------
    Bruce Landrum
    ------------------------------



  • 6.  RE: Curl libraries for aix 7.2.1

    Posted Mon September 28, 2020 10:59 AM
    Understood.
    There are other alternatives documented in the article above if AIX system don't have direct internet access. If that is also not possible, then suggest you to setup a AIX repo in sync with Toolbox repo in a linux machine (having internet access) and run the below command (from the linux machine) on that repo to get all the dependencies of curl.

    # repoquery --requires --resolve --recursive curl
    ca-certificates-0:2016.10.7-1.ppc
    libgcc-0:8.3.0-2.ppc
    zlib-0:1.2.11-1.ppc
    libssh2-0:1.8.2-1.ppc
    krb5-libs-0:1.16.1-2.ppc
    openldap-0:2.4.50-1.ppc
    libnghttp2-0:1.41.0-1.ppc

    ------------------------------
    Ayappan P
    ------------------------------