Hi Team,
We are facing issues while installing rpm packages for python3.7 in AIX 7.1. oslevel version is 7100-03-07-1614.
we almost installed python3.7 dependencies rpm packages. But still, we cannot install these packages.
gettext is dependent on glib2, glib2 is dependent on gettext , libiconv is dependent on gettext.
bash-5.1# rpm -ivh python3-3.7.15-1.aix7.1.ppc.rpm
error: Failed dependencies:
gettext >= 0.21 is needed by python3-3.7.15-1.ppc
readline >= 8.1 is needed by python3-3.7.15-1.ppc
sqlite >= 3.37.2 is needed by python3-3.7.15-1.ppc
bash-5.1# rpm -Uvh gettext-0.21-2.aix7.1.ppc.rpm
warning: gettext-0.21-2.aix7.1.ppc.rpm: Header V4 RSA/SHA256 Signature, key ID 41eea8e0: NOKEY
error: Failed dependencies:
glib2 >= 2.56.1 is needed by gettext-0.21-2.ppc
libunistring >= 0.9.9-2 is needed by gettext-0.21-2.ppc
libunistring.a(libunistring.so.2) is needed by gettext-0.21-2.ppc
libxml2 >= 2.9.9 is needed by gettext-0.21-2.ppc
bash-5.1# rpm -Uvh glib2-2.83.2-1.aix7.1.ppc.rpm
warning: glib2-2.83.2-1.aix7.1.ppc.rpm: Header V4 RSA/SHA256 Signature, key ID 41eea8e0: NOKEY
error: Failed dependencies:
gettext >= 0.21 is needed by glib2-2.83.2-1.ppc
libiconv >= 1.17 is needed by glib2-2.83.2-1.ppc
bash-5.1# rpm -Uvh libiconv-1.17-1.aix7.1.ppc.rpm
warning: libiconv-1.17-1.aix7.1.ppc.rpm: Header V4 RSA/SHA256 Signature, key ID 41eea8e0: NOKEY
error: Failed dependencies:
gettext >= 0.21-1 is needed by libiconv-1.17-1.ppc
bash-5.1# rpm -Uvh libxml2-2.14.4-1.aix7.1.ppc.rpm
warning: libxml2-2.14.4-1.aix7.1.ppc.rpm: Header V4 RSA/SHA256 Signature, key ID 41eea8e0: NOKEY
error: Failed dependencies:
libiconv >= 1.17 is needed by libxml2-2.14.4-1.ppc
------------------------------
Shanmuga Sundaram G J
------------------------------