Hello,
we did an AIX migration from AIX 7.1 to 7200-05-04-2220, which worked fine.
Unfortunately yum now doesn't work anymore:
$ yum update
exec(): 0509-036 Cannot load program /opt/freeware/bin/python2 because of the following errors:
0509-130 Symbol resolution failed for /opt/freeware/lib/libpython2.7.so because:
0509-136 Symbol _GLOBAL__AIXI_libsqlite3_so (number 219) is not exported from
dependent module /usr/opt/rpm/lib/libsqlite3.so.
0509-136 Symbol _GLOBAL__AIXD_libsqlite3_so (number 220) is not exported from
dependent module /usr/opt/rpm/lib/libsqlite3.so.
0509-192 Examine .loader section symbols with the
'dump -Tv' command.
$ yum --help
exec(): 0509-036 Cannot load program /opt/freeware/bin/python2 because of the following errors:
0509-130 Symbol resolution failed for /opt/freeware/lib/libpython2.7.so because:
0509-136 Symbol _GLOBAL__AIXI_libsqlite3_so (number 219) is not exported from
dependent module /usr/opt/rpm/lib/libsqlite3.so.
0509-136 Symbol _GLOBAL__AIXD_libsqlite3_so (number 220) is not exported from
dependent module /usr/opt/rpm/lib/libsqlite3.so.
0509-192 Examine .loader section symbols with the
'dump -Tv' command.
I did an updtvpkg before.
Seems to be an issue with libsqlite and rpm.rte as I saw in another post.
So see some installed versions which might be relevant:
$ ls -l /opt/freeware/lib/libsqlite3.so
lrwxrwxrwx 1 root system 30 Sep 28 15:22 /opt/freeware/lib/libsqlite3.so -> /usr/opt/rpm/lib/libsqlite3.so
$ rpm -qf /opt/freeware/lib/libsqlite3.so
sqlite-3.35.5-1.ppc
$ lslpp -Lc rpm.rte
#Package Name:Fileset:Level:State:PTF Id:Fix State:Type:Description:Destination Dir.:Uninstaller:Message Catalog:Message Set:Message Number:Parent:Automatic:EFIX Locked:Install Path:Build Date
rpm.rte:rpm.rte:4.15.1.3: : :C: :RPM Package Manager: : : : : : :0:0:/:
$ sum /opt/freeware/lib/libsqlite3.so
07380 1184 /opt/freeware/lib/libsqlite3.so
$ rpm -qa|grep yum
yum-metadata-parser-1.1.4-2.ppc
yum-3.4.3-8.noarch
$ rpm -qa|grep -i pyth
python-iniparse-0.4-1.noarch
python-urlgrabber-3.10.1-1.noarch
python-pycurl-7.43.0-1.ppc
python-2.7.18-3.ppc
python-tools-2.7.18-3.ppc
python3-3.7.11-1.ppc
python-devel-2.7.18-3.ppc
Installing the latest version of sqlite was an advice in the other post, but how to do this without a working yum? Via rpm?
Any hints?
Thanks in advance!
Kind regards
------------------------------
Hans-Peter G.
------------------------------