AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
  • 1.  DNF broken after update to Fixpack_7200-05-10-2520

    Posted 3 days ago

    Hi all,

    dnf is broken after updating to Fixpack_7200-05-10-2520.

    Error: 

    !:root@hostname:/> dnf
    Traceback (most recent call last):
      File "/opt/freeware/bin/dnf", line 57, in <module>
        from dnf.cli import main
      File "/opt/freeware/lib/python3.7/site-packages/dnf/__init__.py", line 32, in <module>
        import dnf.base
      File "/opt/freeware/lib/python3.7/site-packages/dnf/base.py", line 29, in <module>
        import libdnf.transaction
      File "/opt/freeware/lib/python3.7/site-packages/libdnf/__init__.py", line 3, in <module>
        from . import common_types
      File "/opt/freeware/lib/python3.7/site-packages/libdnf/common_types.py", line 13, in <module>
        from . import _common_types
    ImportError: rtld: 0712-001 Symbol lua_newuserdata was referenced
          from module /usr/opt/rpm/lib/librpmio.so(), but a runtime definition
          of the symbol was not found.
    !:root@hostname:/> lslpp -l |grep rpm
      rpm.rte                4.15.1.1015  COMMITTED  RPM Package Manager
      rpm.rte                4.15.1.1015  COMMITTED  RPM Package Manager
    !:root@hostname:/>

    How can we resolve this issue ?

    It worked before with:

    1003:root@anotherhost:/> oslevel -s
    7200-05-09-2446
    1004:root@anotherhost:/> lslpp -l |grep rpm
      rpm.rte                4.15.1.1013  COMMITTED  RPM Package Manager
      rpm.rte                4.15.1.1013  COMMITTED  RPM Package Manager
    1005:root@anotherhost:/>

    Thanks


     



    ------------------------------
    Marc Pentenrieder
    ------------------------------


  • 2.  RE: DNF broken after update to Fixpack_7200-05-10-2520

    Posted 3 days ago

    Hi Marc,

    You DNF is till based on python3.7 which very old.

    And your issue is related to https://community.ibm.com/community/user/discussion/dnf-doesnt-work-anymore-after-upgrade-aix-for-esp-power-11#bm7aac3571-a491-4f6a-8d77-01982cc399e3

    Please try the solution mentioned in the post and let me know if it works for you.



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