This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
aix:rpm_install [2024/06/04 17:28] manu |
aix:rpm_install [2025/06/03 18:05] (current) manu [RPM DB corrupt] |
||
---|---|---|---|
Line 333: | Line 333: | ||
====== ERRORS ====== | ====== ERRORS ====== | ||
+ | |||
+ | ===== YUM lua_newuserdata ===== | ||
+ | |||
+ | After upgrading the rpm package db4, RPMDB is corrupt | ||
+ | <cli prompt='#'> | ||
+ | root@devsrv - /mnt/rpm # yum update | ||
+ | There was a problem importing one of the Python modules | ||
+ | required to run yum. The error leading to this problem was: | ||
+ | |||
+ | 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. | ||
+ | |||
+ | Please install a package which provides this module, or | ||
+ | verify that the module is installed correctly. | ||
+ | |||
+ | It's possible that the above module doesn't match the | ||
+ | current version of Python, which is: | ||
+ | 2.7.18 (default, Dec 15 2022, 05:12:43) | ||
+ | [GCC 8.3.0] | ||
+ | |||
+ | If you cannot solve this problem yourself, please go to | ||
+ | the yum faq at: | ||
+ | http://yum.baseurl.org/wiki/Faq | ||
+ | </cli> | ||
+ | |||
+ | uninstall the packages yum (rpm -qa | grep yum) | ||
+ | <code> | ||
+ | yum-metadata-parser-1.1.4-2.ppc | ||
+ | yum-3.4.3-8.noarch | ||
+ | </code> | ||
+ | |||
+ | Download and install the DNF bundle instead from https://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/ezinstall/ppc/ | ||
+ | |||
+ | <cli prompt='#'> | ||
+ | root@devsrv - /mnt/dnf_bundle_aix_71_72_v8# ./install_dnf.sh -d | ||
+ | </cli> | ||
===== RPM DB corrupt ===== | ===== RPM DB corrupt ===== |