Application team is getting python working with gcc, but I found this error in the meantime, which may mean something else related to libgcc may need fixing:
zip -r temp.zip python_user_pkgs/
Could not load program zip:
Could not load module /usr/lib/libbz2.a(libbz2.so.1).
Dependent module /usr/lib/libgcc_s.a(shr.o) could not be loaded.
The module has an invalid magic number.
Could not load module zip.
Dependent module /usr/lib/libbz2.a(libbz2.so.1) could not be loaded.
>>>>>>>
Below rpm's are installed.
/ # rpm -qa| grep zip
unzip-6.0-2.ppc
gzip-1.5-1.ppc
zip-3.0-1.ppc
bzip2-1.0.8-2.ppc
/ # rpm -qa| grep libgcc
libgcc-10-2.ppc
libgcc8-8.3.0-6.ppc
libgcc10-10.3.0-6.ppc
/ # rpm -qa| grep libbz
#
# which zip
/usr/bin/zip
------------------------------
Amina Hassan
------------------------------