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
  • 1.  zip (Info-zip) 3.0 -e option

    Posted Tue March 16, 2021 11:38 AM
    When I specified the "-e" option in "zip (Info-zip) 3.0-2", I got an error with 'zip error: Invalid command arguments (encryption not supported)'.
    I specified the "-e" option in "zip (Info-zip) 3.0-4" and it ran successfully.
    Is there any information that has been updated as to which version the "-e" option became available?

    ------------------------------
    YUHJI KAI
    ------------------------------

    #AIXOpenSource


  • 2.  RE: zip (Info-zip) 3.0 -e option

    Posted Tue March 23, 2021 08:42 AM
    Hi Yuhji,

    Could you let us know the exact error ?

    I am able to run zip -e as below with both zip-3.0-2 & 3.0-4.
    # zip -e t.zip tt
    Enter password:
    Verify password:
    updating: tt (deflated 39%)

    3.0-4 is having one more extra dependency libbz2.a as compared to 3.0-2.

    ------------------------------
    SANGAMESH
    ------------------------------