- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Can't get Large file and ZIP64 support with Zip 3....
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2009 05:21 AM
тАО05-25-2009 05:21 AM
I tried getting Large file and ZIP64 support with Zip 3.0 to work.
I build Zip 3.0 with the param LARGE, and under VMS ZIP64 support is implied with LARGE file support (see osdep.h).
SYSMGR> zip30 :== $DSA2:[ZIP30.ALPHAL]ZIP.EXE
SYSMGR> zip30 -v
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
Currently maintained by E. Gordon. Please send bug reports to
the authors using the web page at www.info-zip.org; see README for details.
Latest sources and executables are at ftp://ftp.info-zip.org/pub/infozip,
as of above date; see http://www.info-zip.org/ for other sites.
Compiled with DEC C V7.1-015 for OpenVMS (V7.3-2 Alpha) on May 25 2009.
Zip special compilation options:
USE_EF_UT_TIME (store Universal Time)
VMS_PK_EXTRA
SYMLINK_SUPPORT (symbolic links supported, if C RTL permits)
LARGE_FILE_SUPPORT (can read and write large files on file system)
ZIP64_SUPPORT (use Zip64 to store large files in archives)
[encryption, version 2.91 of 05 Jan 2007] (modified for Zip 3)
Encryption notice:
The encryption code of this program is not copyrighted and is
put in the public domain. It was originally written in Europe
and, to the best of our knowledge, can be freely distributed
in both source and object forms from any country, including
the USA under License Exception TSU of the U.S. Export
Administration Regulations (section 740.13(e)) of 6 June 2002.
Zip environment options:
ZIP_OPTS: [none]
ZIPOPT: [none]
I keep getting errors like
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
Anyone got a clue?
Jan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2009 05:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2009 07:33 AM
тАО05-25-2009 07:33 AM
Re: Can't get Large file and ZIP64 support with Zip 3.0 to work...
> [...]
From _UnZip_?
UnZip 6.0 has, at long last, been released.
> use "unzip -v" to show show if it supports
> large file.
Good advice. Info about the program which
emits the complaint can be useful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2009 09:57 AM
тАО05-25-2009 09:57 AM
Re: Can't get Large file and ZIP64 support with Zip 3.0 to work...
I was not aware that Zip and Unzip versions are in fact tightly coupled.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2009 11:00 AM
тАО05-25-2009 11:00 AM
Re: Can't get Large file and ZIP64 support with Zip 3.0 to work...
> are in fact tightly coupled.
In general, they're not, but if you use some
exotic, new feature, like large-file
support, in one, then it probably needs to be
in the other one, too. The story would be
similar for bzip2 compression, symbolic
links, or other new and exciting stuff.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-25-2009 11:59 PM
тАО05-25-2009 11:59 PM
Re: Can't get Large file and ZIP64 support with Zip 3.0 to work...
With Zip 3.0 and Unzip 6.0 (released May 1st 2009) large file support works for me.
Thanks a lot for your hints!