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

Hi Team , we have git client issues on AIX OS level 7.2 .When we attempt to clone from the repository it returns the following error:

  • 1.  Hi Team , we have git client issues on AIX OS level 7.2 .When we attempt to clone from the repository it returns the following error:

    Posted Fri October 24, 2025 02:57 PM
    Hi Team , we have git client issues on AIX OS level 7.2 .When we attempt to clone from the repository it returns the following error:
     
    Cloning into 'mks_upload'...
    Could not load program /opt/freeware/libexec64/git-core/git-remote-https:
            Dependent module /opt/freeware/lib/libcurl.a(libcurl.so.4) could not be loaded.
            The module has an invalid magic number.
     
    ---------------------------------------------------------------------


    ------------------------------
    Navya Dodda
    ------------------------------


  • 2.  RE: Hi Team , we have git client issues on AIX OS level 7.2 .When we attempt to clone from the repository it returns the following error:

    Posted Mon October 27, 2025 02:32 AM

    Please check whether you have recent version of curl from AIX Toolbox and the files are not manipulated. 
    rpm -qi curl
    rpm -V curl



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



  • 3.  RE: Hi Team , we have git client issues on AIX OS level 7.2 .When we attempt to clone from the repository it returns the following error:

    Posted Thu October 30, 2025 07:38 AM

    Hi Ayyappan,

    Please find below curl version 

    (PROD) doddan9@craugappz48m0:~ $ ssh badesappv51
    Last login: Thu Oct 23 13:07:39 2025 on /dev/pts/1 from 10.45.196.137
    doddan9 [badesappv51] /home/doddan9: rpm -qi curl
    Name        : curl
    Version     : 7.52.1
    Release     : 1
    Architecture: ppc
    Install Date: Thu Apr 11 04:57:52 2024
    Group       : Applications/Internet
    Size        : 1413419
    License     : MIT/X derivate
    Signature   : (none)
    Source RPM  : curl-7.52.1-1.src.rpm
    Build Date  : Tue Jan 24 06:52:29 2017
    Build Host  : green52.in.ibm.com
    Relocations : /opt/freeware
    Vendor      : Daniel Stenberg <Daniel.Stenberg@haxx.se>
    URL         : http://curl.haxx.se/
    Summary     : get a file from a FTP or HTTP server.
    Description :
    curl is a client to get documents/files from servers, using any of the
    supported protocols.  The command is designed to work without user
    interaction or any kind of interactivity.
     
    curl offers many useful tricks like proxy support, user authentication,
    ftp upload, HTTP post, file transfer resume and more.
     
     
    Note: this version is compiled with SSL support.
    doddan9 [badesappv51] /home/doddan9: rpm -V curl
    doddan9 [badesappv51] /home/doddan9:



    ------------------------------
    Navya Dodda
    ------------------------------



  • 4.  RE: Hi Team , we have git client issues on AIX OS level 7.2 .When we attempt to clone from the repository it returns the following error:

    Posted Thu October 30, 2025 08:18 AM

    You have a very old version of Curl. Please update to any of the recent versions. 



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



  • 5.  RE: Hi Team , we have git client issues on AIX OS level 7.2 .When we attempt to clone from the repository it returns the following error:

    Posted Mon November 03, 2025 04:39 AM

    Hi Ayyappan,

     Can you please provide curl package link 



    ------------------------------
    Navya Dodda
    ------------------------------



  • 6.  RE: Hi Team , we have git client issues on AIX OS level 7.2 .When we attempt to clone from the repository it returns the following error:

    Posted Mon November 03, 2025 04:47 AM

    https://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/curl/



    ------------------------------
    Aditya Kamath
    ------------------------------



  • 7.  RE: Hi Team , we have git client issues on AIX OS level 7.2 .When we attempt to clone from the repository it returns the following error:

    Posted Mon November 03, 2025 09:52 PM

    Hi Team, 

    May I know which version of curl is compatible for AIX 7.2 ?



    ------------------------------
    Navya Dodda
    ------------------------------



  • 8.  RE: Hi Team , we have git client issues on AIX OS level 7.2 .When we attempt to clone from the repository it returns the following error:

    Posted Mon November 03, 2025 11:28 PM

    Hi,
    Any version after 7.83 and above is compatible.



    ------------------------------
    Aditya Kamath
    ------------------------------



  • 9.  RE: Hi Team , we have git client issues on AIX OS level 7.2 .When we attempt to clone from the repository it returns the following error:

    Posted 29 days ago

    HI Team,

     When we try to install the latest curl version we are getting below error asking for dependency software,can you please help with the link of dependency package 

    root [badesappv51] /mnt/GIT: rpm -Uvh curl-devel-8.14.1-1.aix7.1.ppc.rpm
    warning: curl-devel-8.14.1-1.aix7.1.ppc.rpm: Header V4 RSA/SHA256 Signature, key ID 41eea8e0: NOKEY
    error: Failed dependencies:
            libssh2-devel >= 1.11.0 is needed by curl-devel-8.14.1-1.ppc
    root [badesappv51] /mnt/GIT: date
    Wed Nov 12 13:20:54 EST 2025
    root [badesappv51] /mnt/GIT:



    ------------------------------
    Navya Dodda
    ------------------------------



  • 10.  RE: Hi Team , we have git client issues on AIX OS level 7.2 .When we attempt to clone from the repository it returns the following error:

    Posted 29 days ago

    Hi Team,

    We are getting error while installing latest curl package , Can you please provide libssh2 package link.

    root [badesappv51] /mnt/GIT: rpm -Uvh curl-devel-8.14.1-1.aix7.1.ppc.rpm
    warning: curl-devel-8.14.1-1.aix7.1.ppc.rpm: Header V4 RSA/SHA256 Signature, key ID 41eea8e0: NOKEY
    error: Failed dependencies:
            libssh2-devel >= 1.11.0 is needed by curl-devel-8.14.1-1.ppc
    root [badesappv51] /mnt/GIT: date
    Wed Nov 12 13:20:54 EST 2025
    root [badesappv51] /mnt/GIT: 

    Regards,

    Sushma R R



    ------------------------------
    Sushma RR
    ------------------------------



  • 11.  RE: Hi Team , we have git client issues on AIX OS level 7.2 .When we attempt to clone from the repository it returns the following error:

    Posted 28 days ago

    You can install the libssh2 and its devel RPMS from the below link. Pick 1.11.0

    https://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/libssh2/



    ------------------------------
    Aditya Kamath
    ------------------------------



  • 12.  RE: Hi Team , we have git client issues on AIX OS level 7.2 .When we attempt to clone from the repository it returns the following error:

    Posted 25 days ago

    Hi Team,

    libssh2 package has been installed but if we retry to install curl , it is throwing error to install following dependency package . Kindy provide the URL and package details  from which we can install these packages.

    root [badesappv51] /mnt/GIT: rpm -Uvh curl-8.14.1-1.aix7.1.ppc.rpm
    warning: curl-8.14.1-1.aix7.1.ppc.rpm: Header V4 RSA/SHA256 Signature, key ID 41eea8e0: NOKEY
    error: Failed dependencies:
            ca-certificates >= 2024.2.66 is needed by curl-8.14.1-1.ppc
            krb5-libs >= 1.21.3 is needed by curl-8.14.1-1.ppc
            liblber.a(liblber-2.5.so.0) is needed by curl-8.14.1-1.ppc
            libldap.a(libldap-2.5.so.0) is needed by curl-8.14.1-1.ppc
            libnghttp2 >= 1.62.1 is needed by curl-8.14.1-1.ppc
            libnghttp2.a(libnghttp2.so.14) is needed by curl-8.14.1-1.ppc
            openldap >= 2.5.16-3 is needed by curl-8.14.1-1.ppc
    root [badesappv51] /mnt/GIT:

    Regards

    Sushma R R



    ------------------------------
    Sushma RR
    ------------------------------



  • 13.  RE: Hi Team , we have git client issues on AIX OS level 7.2 .When we attempt to clone from the repository it returns the following error:

    Posted 24 days ago

    Hi,

    https://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/

    Kindly go to this website and install the RPMS it is asking for manually, like ca-certficates, krbs. You will find them in either ppc or ppc-7.2



    ------------------------------
    Aditya Kamath
    ------------------------------



  • 14.  RE: Hi Team , we have git client issues on AIX OS level 7.2 .When we attempt to clone from the repository it returns the following error:

    Posted 18 days ago

    Hi Team,

    Thanks for the URL, we didn't find rpm packages related to below from the URL which you provided . Can you please provide the link to download these packages

           liblber.a(liblber-2.5.so.0) is needed by curl-8.14.1-1.ppc
            libldap.a(libldap-2.5.so.0) is needed by curl-8.14.1-1.ppc
            libnghttp2 >= 1.62.1 is needed by curl-8.14.1-1.ppc
            libnghttp2.a(libnghttp2.so.14) is needed by curl-8.14.1-1.ppc

    Regards,

    Sushma R R



    ------------------------------
    Sushma RR
    ------------------------------



  • 15.  RE: Hi Team , we have git client issues on AIX OS level 7.2 .When we attempt to clone from the repository it returns the following error:

    Posted 18 days ago

    Hi,

    liblber.a and  libldap.a are provided by openldap package and  
    libnghttp2.a is provided by libnghttp2 package.

    you can download the above two packages from the below urls:
    https://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/openldap/
    https://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/nghttp2/



    ------------------------------
    Lakshmi Surekha Kovvuri
    ------------------------------



  • 16.  RE: Hi Team , we have git client issues on AIX OS level 7.2 .When we attempt to clone from the repository it returns the following error:

    Posted 15 days ago

    Hi Team,

    We are getting below error while installing  p11-kit

    root [badesappv51] /mnt/GIT: rpm -Uvh ca-certificates-2024.2.66-2.aix7.1.ppc.rpm
    warning: ca-certificates-2024.2.66-2.aix7.1.ppc.rpm: Header V4 RSA/SHA256 Signature, key ID 41eea8e0: NOKEY
    error: Failed dependencies:
            p11-kit-tools >= 0.24.1 is needed by ca-certificates-2024.2.66-2.ppc
    root [badesappv51] /mnt/GIT: rpm -Uvh p11-kit-0.24.1-1.aix7.1.ppc.rpm
    warning: p11-kit-0.24.1-1.aix7.1.ppc.rpm: Header V4 RSA/SHA256 Signature, key ID 41eea8e0: NOKEY
    error: Failed dependencies:
            p11-kit = 0.23.22 is needed by (installed) p11-kit-tools-0.23.22-0.ppc
    root [badesappv51] /mnt/GIT: date
    Thu Nov 27 13:30:05 EST 2025
    root [badesappv51] /mnt/GIT:

    Regards

    Sushma R R



    ------------------------------
    Sushma RR
    ------------------------------



  • 17.  RE: Hi Team , we have git client issues on AIX OS level 7.2 .When we attempt to clone from the repository it returns the following error:

    Posted 15 days ago

    Hi Sushma,

    Try doing:

    rpm -Uvh p11-kit-0.24.1-1.aix7.1.ppc.rpm p11-kit-tools-0.24.1-1.aix7.1.ppc.rpm

    if you dont have the rpm of p11-kit-tools, download from below url

    https://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/p11-kit/



    ------------------------------
    Lakshmi Surekha Kovvuri
    ------------------------------



  • 18.  RE: Hi Team , we have git client issues on AIX OS level 7.2 .When we attempt to clone from the repository it returns the following error:

    Posted 15 days ago

    Hi Team,

    We were successfully able to update curl to latest level , could u please confirm how to fix the GIT issue.

    root [badesappv51] /mnt/GIT:  rpm -qi curl
    Name        : curl
    Version     : 8.14.1
    Release     : 1
    Architecture: ppc
    Install Date: Thu Nov 27 14:30:43 2025
    Group       : Applications/Internet
    Size        : 5865616
    License     : MIT/X derivate
    Signature   : RSA/SHA256, Fri Jun 20 03:27:28 2025, Key ID 8b0ef14941eea8e0
    Source RPM  : curl-8.14.1-1.src.rpm
    Build Date  : Tue Jun 17 01:58:20 2025
    Build Host  : pokndd5.pok.stglabs.ibm.com
    Relocations : /opt/freeware
    Packager    : IBM AIX Toolbox  <https://ibm.biz/AIXToolbox>
    URL         : https://curl.haxx.se/
    Summary     : get a file from a FTP or HTTP server.
    Description :
    curl is a client to get documents/files from servers, using any of the
    supported protocols.  The command is designed to work without user
    interaction or any kind of interactivity.
     
    curl offers many useful tricks like proxy support, user authentication,
    ftp upload, HTTP post, file transfer resume and more.
     
     
    Note: this version is compiled with SSL support.
    root [badesappv51] /mnt/GIT:

    Regards,

    Sushma R R



    ------------------------------
    Sushma RR
    ------------------------------



  • 19.  RE: Hi Team , we have git client issues on AIX OS level 7.2 .When we attempt to clone from the repository it returns the following error:

    Posted 11 days ago

    Hi,

    From the initial error message, the issue was related to the curl module, which caused the git clone operation to fail. Now that curl has been installed successfully, Git should work as expected.

    Could you please try running the git clone command again?

    If it still doesn't work, please share the exact error message so we can investigate further.



    ------------------------------
    Lakshmi Surekha Kovvuri
    ------------------------------