Explore the open source tools and capabilities for building and deploying modern applications on IBM Power platforms including AIX, IBM i, and Linux.
#Power
Originally posted by: jherna3
Originally posted by: sanket
It is part of db package.
You can install latest db-6.2.32-2.aix6.1.ppc.rpm package.
But suggested method is to use YUM as it resolve dependencies automatically.
Originally posted by: janhar
For those who cannot install YUM for various reasons:
You may get circular dependencies:
# rpm -U gettext-0.19.8.1-1.aix6.1.ppc.rpm error: Failed dependencies: libglib-2.0.a(libglib-2.0.so.0) is needed by gettext-0.19.8.1-1.ppc
# rpm -U glib2-2.56.1-2.aix6.1.ppc.rpm error: Failed dependencies: gettext >= 0.17 is needed by glib2-2.56.1-2.ppc
Solution: # rpm -U gettext-0.19.8.1-1.aix6.1.ppc.rpm --nodeps # rpm -U glib2-2.56.1-2.aix6.1.ppc.rpm
These are the packages I retrieved: wget http://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/sudo/sudo-1.8.21p2-1.aix6.1.ppc.rpm wget http://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/openldap/openldap-2.4.45-3.aix6.1.ppc.rpm wget http://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/openldap/openldap-2.4.45-3.aix6.1.ppc.rpm wget http://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/gettext/gettext-0.19.8.1-1.aix6.1.ppc.rpm wget http://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/glib2/glib2-2.56.1-2.aix6.1.ppc.rpm wget http://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/ncurses/ncurses-6.1-1.aix6.1.ppc.rpm wget http://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/libffi/libffi-3.2.1-2.aix6.1.ppc.rpm wget http://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc-7.1/gcc/libgcc-6.3.0-2.aix7.1.ppc.rpm wget http://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc-7.1/gcc/libstdcplusplus-6.3.0-2.aix7.1.ppc.rpm wget http://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/cyrus-sasl/cyrus-sasl-2.1.26-3.aix6.1.ppc.rpm wget http://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/db/db-6.2.32-2.aix6.1.ppc.rpm wget http://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/glib/glib-1.2.10-2.aix4.3.ppc.rpm
I installed the following:
libffi-3.2.1-2.aix6.1.ppc.rpm ncurses-6.1-1.aix6.1.ppc.rpm cyrus-sasl-2.1.26-3.aix6.1.ppc.rpm glib-1.2.10-2.aix4.3.ppc.rpm glib2-2.56.1-2.aix6.1.ppc.rpm libgcc-6.3.0-2.aix7.1.ppc.rpm libstdcplusplus-6.3.0-2.aix7.1.ppc.rpm db-6.2.32-2.aix6.1.ppc.rpm openldap-2.4.45-3.aix6.1.ppc.rpm gettext-0.19.8.1-1.aix6.1.ppc.rpm sudo-1.8.21p2-1.aix6.1.ppc.rpm
Finally, rpm -qa:
libffi-3.2.1-2.ppc ncurses-6.1-1.ppc cyrus-sasl-2.1.26-3.ppc glib-1.2.10-2.ppc glib2-2.56.1-2.ppc libgcc-6.3.0-2.ppc libstdc++-6.3.0-2.ppc db-6.2.32-2.ppc openldap-2.4.45-3.ppc gettext-0.19.8.1-1.ppc
sudo-1.8.21p2-1.ppc