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.  Sudo upgrade to sudo-1.9.17p1

    Posted Fri September 05, 2025 08:52 AM

    Hello,
    I am trying to upgrade sudo on my AIX server (7.2 TL5 Sp6) due to the vulnerabilities reported on the previous version.
    I have upgraded the openssl/openssh but facing dependency issues with openldap upgrade.

    Openldap installation is failing due to libgcc dependency

    rpm -Uvh --test openldap-2.5.16-3.aix7.1.ppc.rpm
    warning: openldap-2.5.16-3.aix7.1.ppc.rpm: Header V4 RSA/SHA256 Signature, key ID 41eea8e0: NOKEY
    error: Failed dependencies:
            libgcc >= 10.3.0 is needed by openldap-2.5.16-3.ppc


    Currently libgcc libgcc-8.3.0-1.ppc is installed and db and cyrus-sasl requires this rpm and cannot be removed.
    # rpm -q libgcc
    libgcc-8.3.0-1.ppc

    How to proceed further as I cannot install libgcc >= 10.3.0.

    Thanks,
    Ganesh S



    ------------------------------
    Ganesh Srinivasan
    ------------------------------

    #AIXOpenSource


  • 2.  RE: Sudo upgrade to sudo-1.9.17p1

    Posted Mon September 08, 2025 01:16 PM

    Hi Ganesh,

    It is recommended to setup DNF to install packages from AIX Toolbox

    Let us know if you have any constraint in setting up the DNF.



    ------------------------------
    SANGAMESH
    ------------------------------



  • 3.  RE: Sudo upgrade to sudo-1.9.17p1

    Posted Tue September 09, 2025 06:21 AM

    HI Sangamesh,

    Thanks for the update.  Our environment is Air Gapped (non internet facing), there is no scope to install DNF, that is the reason looking for other options.



    ------------------------------
    Ganesh Srinivasan
    ------------------------------



  • 4.  RE: Sudo upgrade to sudo-1.9.17p1

    Posted Wed September 10, 2025 01:44 AM

    Hi Ganesh,

    Please go through this blog. The AIX Toolbox media image will setup dnf locally.
    Then you can install openldap using dnf without internet connection taking care of its dependencies automatically.

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

    Regards,
    Shubham



    ------------------------------
    Shubham Gupta
    ------------------------------