[Features]
Support zipping file size
more than 2GB
2. Extract them (if your os is unix or linux)
root@/ # gunzip zip30.tar.gz
root@/ # tar xvf zip30.tar
root@/ # gunzip unzip60.tar.gz
root@/ # tar xvf unzip60.tar
3. Get into each directory and Make it
root@/zip30 # make -f unix/Makefile generic (if you have GCC and GCC Library "make -f unix/Makefile generic_gcc". I did this one.)
root@/unzip60 # make -f unix/Makefile generic (if you have GCC and GCC Library "make -f unix/Makefile generic_gcc". I did this one.)
4. Copy binary files to /usr/bin
root@/zip30 # cp zip /usr/bin/
root@/zip30 # cp zipcloak /usr/bin
root@/zip30 # cp zipsplit /usr/bin
root@/zip30 # cp zipnote /usr/bin
root@/unzip60 # cp unzip /usr/bin/
root@/unzip60 # cp funzip /usr/bin/
root@/unzip60 # cp unzipsfx /usr/bin/
5. That's all
This is what I installed in AIX Server. (TEST this at first in your test server whether it works or not)
THESE BINARY FILES ARE JUST FOR AIX 5.3.