Hello IBM Experts,
We are trying to install Python v3.9.6 (in package format) on AIX 7.1. We have tried the following dnf commands and got dependencies not met errors. We have downloaded all mentioned packages from AIXToolbox site. Our server doesn't have internet connection. Please help.
Thanks
Mi
root [...] /tmp/python3a: dnf install python3.9-3.9.6-1.aix7.1.ppc.rpmerror: Failed dependencies: gdbm >= 1.19 is needed by python3.9-3.9.6-1.ppc gettext >= 0.20.2 is needed by python3.9-3.9.6-1.ppc libgdbm.a(libgdbm.so.6) is needed by python3.9-3.9.6-1.ppc libncurses.so is needed by python3.9-3.9.6-1.ppc libpanel.so is needed by python3.9-3.9.6-1.ppc ncurses >= 6.2-3 is needed by python3.9-3.9.6-1.ppc readline >= 8.0-2 is needed by python3.9-3.9.6-1.ppc sqlite >= 3.35.5 is needed by python3.9-3.9.6-1.ppc
We then tried the following:
root [...] /tmp/new-libs-1: dnf install gdbm gettext ncurses readline sqliteerror: Failed dependencies: gettext >= 0.19.8.1 is needed by gdbm-1.23-1.ppc glib2 >= 2.56.1 is needed by gettext-0.21-1.ppc libglib-2.0.a(libglib-2.0.so.0) is needed by gettext-0.21-1.ppc libgomp >= 8.3.0 is needed by gettext-0.21-1.ppc libiconv >= 1.16 is needed by gettext-0.21-1.ppc libiconv.a(libiconv.so.2) is needed by gettext-0.21-1.ppc libncurses.a(libncurses.so.6) is needed by gettext-0.21-1.ppc libstdc++ >= 8.3.0 is needed by gettext-0.21-1.ppc libtextstyle = 0.21-1 is needed by gettext-0.21-1.ppc libtextstyle.a(libtextstyle.so.0) is needed by gettext-0.21-1.ppc libunistring >= 0.9.9-2 is needed by gettext-0.21-1.ppc libunistring.a(libunistring.so.2) is needed by gettext-0.21-1.ppc libxml2 >= 2.9.9 is needed by gettext-0.21-1.ppc ncurses >= 6.2 is needed by gettext-0.21-1.ppc------------------------------
Mi Wang
------------------------------