[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: gunzip error (ITS#838)



At 08:15 AM 10/16/00 +0000, jungolpe@globe.com.ph wrote:
>Full_Name: Jun Golpe
>Version: 2.0.6
>OS: Sun Solaris
>URL: ftp://ftp.openldap.org/incoming/
>Submission from: (NULL) (203.177.3.16)
>
>
>When trying to extract Open LDAP, I get the following error:
>
># gunzip -c openldap-stable.tgz | tar xf -
>gunzip: \203^A^S\2469\2504P^G0^K^A^K^C: not found
>gunzip: ^A^B.sbss\2002@^A\2002@^A^P^B: not found
>gunzip: ^A@\200\370^D@3: not found
>gunzip: p^_^Sp#: not found
>gunzip: p\327^Sp\332^HpP^G: not found
>gunzip: syntax error at line 5: `)' unexpected
>
>Please help me with this problem. Thanks a lot.

I suspect either your copy of the tarball is bad and/or
your copy of gunzip is bad.  You can verify that the
tarball copy you have is correct by generating an
MD5 hash of the file and comparing this to the .md5
file found on the FTP site.

% cat openldap-release/openldap-1.2.11.md5 
MD5 (openldap-1.2.11.tgz) = ac469c0fe66ece3893e96182f14b7886

% md5 openldap-stable.tgz
MD5 (openldap-stable.tgz) = ac469c0fe66ece3893e96182f14b7886

(openldap-stable is currently 1.2.11)

You can also use gunzip to verify the tarball.
% gunzip -vt openldap-stable.tgz
openldap-stable.tgz:     OK

Kurt