I want to install zip-3.0-4.aix6.1.ppc.rpm but due to the dependencies i installed below 3 packages and it was successfull
libgcc-8.3.0-2.aix7.1.ppc.rpm
zip-3.0-4.aix6.1.ppc.rpm
bzip2-1.0.8-2.aix6.1.ppc.rpm
when I tried uninstall
EZLDCMDBS001:/tmp/PKZIP#rpm -e zip-3.0-4.ppc
EZLDCMDBS001:/tmp/PKZIP#rpm -e bzip2-1.0.8-2.ppc
error: Failed dependencies:
bzip2 is needed by (installed) AIX-rpm-7.1.5.30-2.ppc
EZLDCMDBS001:/tmp/PKZIP#rpm -qa | grep -i libgcc
libgcc-8.3.0-2.ppc
EZLDCMDBS001:/tmp/PKZIP#rpm -e libgcc-8.3.0-2.ppc
error: Failed dependencies:
libgcc >= 6.3.0-2 is needed by (installed) bzip2-1.0.8-2.ppc
EZLDCMDBS001:/tmp/PKZIP#rpm -qa | grep -i zip
unzip-6.0-3.ppc
bzip2-1.0.8-2.ppc
EZLDCMDBS001:/tmp/PKZIP#rpm -qa | grep -i libgcc
libgcc-8.3.0-2.ppc
failing with dependencies.
hence I issued below
from there rpm command being failed with below error.
EZLDCMDBS001:/tmp/PKZIP#rpm -e libgcc-8.3.0-2.ppc
error: Failed dependencies:
libgcc >= 6.3.0-2 is needed by (installed) bzip2-1.0.8-2.ppc
EZLDCMDBS001:/tmp/PKZIP#rpm -e libgcc-8.3.0-2.ppc --nodeps
Could not load program /usr/opt/freeware/bin/rpm:
Could not load module /opt/freeware/lib/libbz2.a(libbz2.so.1).
Dependent module libgcc_s.a(shr.o) could not be loaded.
Could not load module libgcc_s.a(shr.o).
System error: No such file or directory
Could not load module rpm.
Dependent module /opt/freeware/lib/libbz2.a(libbz2.so.1) could not be loaded.
Could not load module .
rpm_share: 0645-007 ATTENTION: get_rpm_inst_root_list() returned an unexpected result.
rpm_share: 0645-007 ATTENTION: update_inst_root() returned an unexpected result.
EZLDCMDBS001:/tmp/PKZIP#rpm -qa | grep -i -e "zip" -e "libgcc"
Could not load program /usr/opt/freeware/bin/rpm:
Could not load module /opt/freeware/lib/libbz2.a(libbz2.so.1).
Dependent module libgcc_s.a(shr.o) could not be loaded.
Could not load module libgcc_s.a(shr.o).
System error: No such file or directory
Could not load module rpm.
Dependent module /opt/freeware/lib/libbz2.a(libbz2.so.1) could not be loaded.
Could not load module .
EZLDCMDBS001:/tmp/PKZIP#rpm -qa | grep zip
Could not load program /usr/opt/freeware/bin/rpm:
Please help
------------------------------
Chalapathi
------------------------------
#AIXOpenSource