These are the required libraries need to be installed along with the python.
For installing packages it's always better to use YUM which takes care of installing the dependent packages.
Have a look at this article on setting YUM on AIX.
https://developer.ibm.com/technologies/systems/articles/configure-yum-on-aix/------------------------------
SANGAMESH
------------------------------
Original Message:
Sent: Wed October 07, 2020 11:48 PM
From: Pankaj Kumar
Subject: How to remove depedencies in AIX 6.1 while installing python 2.7
Team , I need help if some one could please let me know how to remove these below dependecies while installing python 2.7
FYI...current os level on server is 6.1 TL9 SP12
aubcxAIX6.1: /home/P758011d/python#rpm -ivh python-2.7.12-2.aix6.1.ppc.rpm
error: failed dependencies:
gdbm is needed by python-2.7.12-2
libcrypto.a(libcrypto.so) is needed by python-2.7.12-2
libdb-4.8.so is needed by python-2.7.12-2
libffi.a(libffi.so.6) is needed by python-2.7.12-2
libgdbm.a(libgdbm.so.3) is needed by python-2.7.12-2
libncurses.a(libncurses.so.6) is needed by python-2.7.12-2
libpanel.a(libpanel.so.6) is needed by python-2.7.12-2
libssl.a(libssl.so) is needed by python-2.7.12-2
------------------------------
Pankaj Kumar
------------------------------