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.  Repo for CURL with complete dependencies

    Posted Tue March 16, 2021 10:37 PM
    Hi All,

    I've been trying to find a repository with available CURL and all its dependency for AIX 7.1
    My current repo is,
    http://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/

    I think that this link has all the dependencies, that are list below

    package: curl-7.74.0-1.ppc
    dependency: ca-certificates >= 2019.01.10
    dependency: krb5-libs >= 1.16.1-4
    dependency: libc.a(shr.o)
    dependency: libc.a(shr_64.o)
    dependency: libcom_err.a(libcom_err.so)
    dependency: libcrypto.a(libcrypto.so.1.0.2)
    dependency: libgcc >= 8.3.0
    dependency: libgcc_s.a(shr.o)
    dependency: libgssapi_krb5.a(libgssapi_krb5.so)
    dependency: libk5crypto.a(libk5crypto.so)
    dependency: libkrb5.a(libkrb5.so)
    dependency: liblber.a(liblber-2.4.so.2)
    dependency: libldap.a(libldap-2.4.so.2)
    dependency: libnghttp2 >= 1.38.0
    dependency: libnghttp2.a(libnghttp2.so.14)
    dependency: libpthreads.a(shr_xpg5.o)
    dependency: libpthreads.a(shr_xpg5_64.o)
    dependency: libssh2 >= 1.8.2
    dependency: libssh2.a(libssh2.so.1)
    dependency: libssl.a(libssl.so.1.0.2)
    dependency: libz.a(libz.so.1)
    dependency: openldap >= 2.4.48
    dependency: zlib >= 1.2.11


    Do you have other repo besides mine?


    Thank you very much for the time!

    ------------------------------
    Senen Jr Dimanahan
    ------------------------------

    #AIXOpenSource


  • 2.  RE: Repo for CURL with complete dependencies

    Posted Mon March 22, 2021 01:09 PM
    I would suggest to use yum to resolve any dependencies for any package from AIX toolbox.
    Anyway there are couple of more repos for AIX 7.1 including above
    https://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc-7.1/
    https://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/noarch/


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



  • 3.  RE: Repo for CURL with complete dependencies

    Posted Mon March 22, 2021 09:35 PM
    Hi there, thanks for the reply.

    My AIX box needs ppc RPMs apparently, so I can't use no architecture.

    I went with openssl as a sub for curl in getting http request. Works a lot easier.

    I'll probably compile curl on a Linux sometime around.


    Thanks a lot for the time!

    ------------------------------
    Senen Jr Dimanahan
    ------------------------------



  • 4.  RE: Repo for CURL with complete dependencies

    Posted Tue March 23, 2021 07:17 AM
    No problem. Just to clarify all the repositories are mentioned for AIX 7.1
    http://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/ : Repo for packages compiled for AIX 6.1 and up. These packages are compiled on AIX 6.1 and works for AIX 6.1 and all above releases because of AIX backward compatibility.
    https://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc-7.1/ : Packages specifically compiled for AIX 7.1 only. Like compilers 
    https://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/noarch/  : Packages those are not having any architecture specific code like python modules and works for all AIX releases. 

    Together all these three repositories provide all packages for AIX 7.1


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