Tried that before, but just tried again to make sure, and no change:
root@snadc80o /root # updtvpkg
Please wait.../usr/bin/lslpp: Error while processing fileset EMC.Symmetrix.aix.rte.
/usr/bin/lslpp: Cannot match fileset name with fileset ID.
root@snadc80o /root #
root@snadc80o /home/djgoudy # rpm -ivh unzip-6.0-3.aix6.1.ppc.rpm
error: Failed dependencies:
libc.a(shr.o) is needed by unzip-6.0-3.ppc
root@snadc80o /tmp/yum # rpm -ivh *
error: Failed dependencies:
libc.a(shr.o) is needed by curl-7.52.1-1.ppc
libcrypto.a(libcrypto.so) is needed by curl-7.52.1-1.ppc
libssl.a(libssl.so) is needed by curl-7.52.1-1.ppc
libz.a(libz.so.1) is needed by curl-7.52.1-1.ppc
libc.a(shr.o) is needed by db-4.8.24-3.ppc
libpthread.a(shr_xpg5.o) is needed by db-4.8.24-3.ppc
librtl.a(shr.o) is needed by db-4.8.24-3.ppc
libc.a(shr.o) is needed by gdbm-1.8.3-5.ppc
libc.a(shr.o) is needed by gettext-0.19.7-1.ppc
libiconv.a(shr4.o) is needed by gettext-0.19.7-1.ppc
libpthreads.a(shr_xpg5.o) is needed by gettext-0.19.7-1.ppc
libxcurses.a(shr42.o) is needed by gettext-0.19.7-1.ppc
libc.a(shr.o) is needed by glib2-2.14.6-2.ppc
libiconv.a(shr4.o) is needed by glib2-2.14.6-2.ppc
libintl.a(libintl.so.1) is needed by glib2-2.14.6-2.ppc
libpthreads.a(shr_xpg5.o) is needed by glib2-2.14.6-2.ppc
libc.a(shr.o) is needed by pysqlite-1.1.7-2.ppc
librtl.a(shr.o) is needed by pysqlite-1.1.7-2.ppc
libbsd.a(shr.o) is needed by python-2.7.10-1.ppc
libbz2.a(libbz2.so.1) is needed by python-2.7.10-1.ppc
libc.a(shr.o) is needed by python-2.7.10-1.ppc
libcrypt.a(shr.o) is needed by python-2.7.10-1.ppc
libcrypto.a(libcrypto.so) is needed by python-2.7.10-1.ppc
libcurses.a(shr42.o) is needed by python-2.7.10-1.ppc
libintl.a(libintl.so.1) is needed by python-2.7.10-1.ppc
libnsl.a(shr.o) is needed by python-2.7.10-1.ppc
libpthreads.a(shr_comm.o) is needed by python-2.7.10-1.ppc
libpthreads.a(shr_xpg5.o) is needed by python-2.7.10-1.ppc
librtl.a(shr.o) is needed by python-2.7.10-1.ppc
libssl.a(libssl.so) is needed by python-2.7.10-1.ppc
libtcl8.4.so is needed by python-2.7.10-1.ppc
libtk8.4.so is needed by python-2.7.10-1.ppc
libz.a(libz.so.1) is needed by python-2.7.10-1.ppc
libc.a(shr.o) is needed by python-devel-2.7.10-1.ppc
libpthreads.a(shr_comm.o) is needed by python-devel-2.7.10-1.ppc
libpthreads.a(shr_xpg5.o) is needed by python-devel-2.7.10-1.ppc
libc.a(shr.o) is needed by python-pycurl-7.19.3-1.ppc
libcrypto.a(libcrypto.so) is needed by python-pycurl-7.19.3-1.ppc
librtl.a(shr.o) is needed by python-pycurl-7.19.3-1.ppc
libc.a(shr.o) is needed by readline-6.1-2.ppc
libcurses.a(shr42.o) is needed by readline-6.1-2.ppc
libc.a(shr.o) is needed by sqlite-3.15.2-1.ppc
libpthread.a(shr_xpg5.o) is needed by sqlite-3.15.2-1.ppc
libc.a(shr.o) is needed by yum-metadata-parser-1.1.4-2.ppc
librtl.a(shr.o) is needed by yum-metadata-parser-1.1.4-2.ppc
libxml2.a(libxml2.so.2) is needed by yum-metadata-parser-1.1.4-2.ppc
root@snadc80o /tmp/yum
Currently the OS is at TL05 SP04, I'm going to try to update to the latest SP and see if that helps at all.
------------------------------
Jon Goudy
------------------------------
Original Message:
Sent: Tue June 29, 2021 10:19 AM
From: SANKET RATHI
Subject: Problem with rpm not finding any libraries
rpm packages resolve dependencies with rpm packages. Hence in AIX we have a virtual rpm package AIX-rpm that list libraries those are not provided by rpm packages.
In your case looks like AIX-rpm package is not updated properly. Please run the following command to update virtual rpm package and then try again to install rpms.
$ updtvpkg
------------------------------
SANKET RATHI
------------------------------