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.  DNF stopped working after dnf update

    Posted Wed July 12, 2023 12:32 AM

    Ran dnf_aixtoolbox.sh script, updated path to include /opt/freeware/bin, ran dnf update without errors. dnf stopped working after dnf update.

    # dnf
    exec(): 0509-036 Cannot load program /opt/freeware/libexec/python3.9_32 because of the following errors:
            0509-130 Symbol resolution failed for /opt/freeware/lib/libpython3.9.a(libpython3.9.so) because:
            0509-136   Symbol _GLOBAL__AIXI_libintl_so (number 281) is not exported from
                       dependent module /usr/opt/rpm/lib/libintl.a(libintl.so.8).
            0509-136   Symbol _GLOBAL__AIXD_libintl_so (number 282) is not exported from
                       dependent module /usr/opt/rpm/lib/libintl.a(libintl.so.8).
            0509-192 Examine .loader section symbols with the
                     'dump -Tv' command.



    ------------------------------
    Jorge
    ------------------------------

    #AIXOpenSource


  • 2.  RE: DNF stopped working after dnf update

    Posted Wed July 12, 2023 03:04 AM

    Can you tell us what is your LIBPATH?? What is the output of echo $LIBPATH?

    <quillbot-extension-portal></quillbot-extension-portal>



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



  • 3.  RE: DNF stopped working after dnf update

    Posted Wed July 12, 2023 09:36 AM

    LIBPATH was loading /usr/lib before /opt/freeware/lib

    # echo $LIBPATH
    /opt/freeware/lib:/usr/lib

    I have corrected it and dnf is working properly now. 

    Thanks



    ------------------------------
    Jorge
    ------------------------------



  • 4.  RE: DNF stopped working after dnf update

    Posted Wed July 12, 2023 02:13 PM
    Edited by Aditya Kamath Thu July 13, 2023 07:08 AM

    Okay



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