AIX Open Source

 View Only
  • 1.  Question About DNF

    Posted Thu June 08, 2023 05:23 PM

    Hello,

    We installed dnf on our server with root account. There is no issue when running various dnf commands with root. But I got the following error messages when trying to run dnf command in my own id. Is this normal / expected?

    /opt/freeware/bin: ./dnf list
    Could not load program /opt/freeware/bin/python3_32:
    rtld: 0712-001 Symbol _GLOBAL__AIXI_libsqlite3_so was referenced
          from module python3_32(), but a runtime definition
                of the symbol was not found.
    rtld: 0712-001 Symbol _GLOBAL__AIXD_libsqlite3_so was referenced
          from module python3_32(), but a runtime definition
                of the symbol was not found.

    Thanks

    Mi



    ------------------------------
    Mi Wang
    ------------------------------


  • 2.  RE: Question About DNF

    Posted Fri June 09, 2023 02:01 AM

    Hi Mi,

    Could be caused by a difference in the LIBPATH environment variable you have configured for root and your personal user.

    Regards,

    Oliver