This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
aix:aix_yum_install [2023/11/20 17:55] manu [Yum errors] |
aix:aix_yum_install [2024/04/19 11:38] (current) manu [DNF error on AIX 7.3] |
||
|---|---|---|---|
| Line 872: | Line 872: | ||
| This issue was fixed in gettext 0.19.8.1-2 release where the backed-up libintl.a was removed, so it cannot replace the latest libintl.a file. | This issue was fixed in gettext 0.19.8.1-2 release where the backed-up libintl.a was removed, so it cannot replace the latest libintl.a file. | ||
| + | |||
| + | ===== DNF error on AIX 7.3 ===== | ||
| + | |||
| + | <cli> | ||
| + | # updtvpkg | ||
| + | warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. | ||
| + | </cli> | ||
| + | |||
| + | Convert the db from bdb_ro to sqlite before running updtvpkg | ||
| + | <cli> | ||
| + | # rpmdb -–rebuilddb | ||
| + | </cli> | ||
| + | |||
| + | https://www.ibm.com/support/pages/node/7113626 | ||