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


#Servers
#Opensource
 View Only
  • 1.  Error running "dnf_aixtoolbox.sh" on AIX 7.2

    Posted 05/31/22 11:39 AM

    After downloading the script, I get this error message upon execution:

     

     

    # ./dnf_aixtoolbox.sh -y

    Please install openssl 1.0.2.2001 and higher version.

    You can download and install latest openssl from AIX web download site

    https://www-01.ibm.com/marketing/iwm/platform/mrs/assets?source=aixbp

     

    # lslpp -l | grep openssl

      openssl.base            1.1.1.1200  COMMITTED  Open Secure Socket Layer

      openssl.license         1.1.1.1200  COMMITTED  Open Secure Socket License

      openssl.man.en_US       1.1.1.1200  COMMITTED  Open Secure Socket Layer

      openssl.base            1.1.1.1200  COMMITTED  Open Secure Socket Layer

     

    Rum the update package command and no errors returned:

     

    # /usr/sbin/updtvpkg

    Please wait...

    #

     

     

    Thanks

     

    John Dimock

     


    ______________________________________________________________________
    CONFIDENTIALITY NOTICE:
    The information in this e-mail may be confidential and/or
    privileged. If you are not the intended recipient or an
    authorized representative of the intended recipient, you
    are hereby notified that any review, dissemination, or
    copying of this e-mail and its attachments, if any, or
    the information contained herein is prohibited. If you
    have received this e-mail in error, please immediately
    notify the sender by return e-mail and delete this e-mail
    from your computer system. Thank you.
    ______________________________________________________________________

    #AIXOpenSource


  • 2.  RE: Error running "dnf_aixtoolbox.sh" on AIX 7.2

    Posted 06/01/22 09:18 AM
    Hi John,

    Looks like we have a wrong check in the dnf script for openssl and did not consider openssl 1.1.1 version. 
    As a workaround can you comment out the following section in the dnf_aixtoolbox.sh script and try again. 

    if [[ ( ! $f1 -ge 1 ) || ( ! $f2 -ge 0 ) || ( ! $f3 -ge 2 ) || ( ! $f4 -ge 2001 ) ]]
    then
    echo "Please install openssl 1.0.2.2001 and higher version."
    echo "You can download and install latest openssl from AIX web download site"
    echo "https://www-01.ibm.com/marketing/iwm/platform/mrs/assets?source=aixbp"
    exit 1
    fi


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



  • 3.  RE: Error running "dnf_aixtoolbox.sh" on AIX 7.2

    Posted 06/01/22 10:24 AM
    Hi John,

    Please ignore my previous message. 
    This issue is fixed in the latest script on AIX toolbox.
    Please download the latest dnf_aixtoolbox.sh from AIX toolbox and try again. 
    https://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/ezinstall/ppc/dnf_aixtoolbox.sh



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