Open Source Development

Power Open Source Development

Explore the open source tools and capabilities for building and deploying modern applications on IBM Power platforms including AIX, IBM i, and Linux.


#Power


#Power

 View Only
Expand all | Collapse all

zip stopped working after upgrade to 3.0 from 2.31 on AIX 7.1 OS

  • 1.  zip stopped working after upgrade to 3.0 from 2.31 on AIX 7.1 OS

    Posted Thu February 20, 2020 12:14 PM

    Originally posted by: IBMuser


    We have installed zip 3.0-4.ppc on AIX 7.1 (OS -7100-05-04-1914) and receiving the following error while using zip (zip stopped working)

    rpm -qa | grep zip
    zip-3.0-4.ppc
    ==
    zip -v
    exec(): 0509-036 Cannot load program zip because of the following errors:
            0509-130 Symbol resolution failed for zip because:
            0509-136   Symbol _GLOBAL__AIXI_libbz2_so (number 87) is not exported from
                       dependent module /opt/freeware/lib/libbz2.a(libbz2.so.1).
            0509-136   Symbol _GLOBAL__AIXD_libbz2_so (number 88) is not exported from
                       dependent module /opt/freeware/lib/libbz2.a(libbz2.so.1).
            0509-192 Examine .loader section symbols with the
    ==
    How to solve the this, appreciate your help.


    #AIX-Open-Source-Software
    #AIXOpenSource


  • 2.  Re: zip stopped working after upgrade to 3.0 from 2.31 on AIX 7.1 OS

    Posted Fri February 21, 2020 12:11 AM

    Originally posted by: AyappanP


    Make sure AIX Toolbox bzip2-1.0.8-2 installed in the machine. This version is a requirement unless somebody used "--nodeps" during zip installation.

    # rpm -qR zip-3.0-4.ppc
    bzip2 >= 1.0.8-2
    libbz2.a(libbz2.so.1)
    libc.a(shr.o)
    rpmlib(CompressedFileNames) <= 3.0.4-1
    rpmlib(PayloadFilesHavePrefix) <= 4.0-1
     


    #AIXOpenSource
    #AIX-Open-Source-Software