Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how can I verify if gzip 1.2.4 patch was installed??

Status
Not open for further replies.

philipose

Programmer
Dec 24, 2003
137
US
Hi,
We have a gzip version 1.2.4 installed on an AIX 5.2 machine and I suspect the patch has not been applied.

The output of gzip -V is
gzip 1.2.4 (18 Aug 93)
Compilation options:
DIRENT UTIME STDC_HEADERS HAVE_UNISTD_H

How can I verify that? The reason for my suspicion is that when I try to gzip files greater than 2GBs I get the message "Value too large to be stored in data type".

Any suggestions are welcome
Philipose
 
I don't know much about qzip but i know this

Code:
The standard file system on AIX has a 2 GB file size limit, regardless of the ulimit setting. One way to enable files larger than the 2 GB limit is to create the file system with the Large File Enabled option. This option can be found through the Add a Journaled File System option of the smit menu.

go to this site and read it for more info:


Regards,
Khalid
 
Khalid,
I dont think that we had a limitation on our operating system as I can do an md5sum on a file greater than 2GB. I saw

I saw this here.
For some systems (Solaris 2.6, AIX), you may get the error message "Value too large for defined data type". A complete source tree fixing this problem is available here, thanks to Paul Eggert. For AIX, compile add "-D_POSIX_SOURCE -D_LARGE_FILES -D_LARGE_FILE_API" to the compilation flags.

This may be the reason.
Regards
Zac
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top