php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10047 CRC Error while extracting from the downloaded archive
Submitted: 2001-03-28 23:41 UTC Modified: 2001-03-29 06:04 UTC
From: arvind at auminfotech dot com Assigned:
Status: Not a bug Package: Installation problem
PHP Version: 4.0.4pl1 OS: Linux RH 6.2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
36 + 25 = ?
Subscribe to this entry?

 
 [2001-03-28 23:41 UTC] arvind at auminfotech dot com
I am new to PHP and want to install it on Linux (Redhat 6.2). I downloaded the php-4.0.4pl1.tar.gz from www.php.net. When I tried to unzip it using tar zxvf php-4.0.4pl1.tar.gz, I got an error saying : "invalid compressed data - crc error. Child returns status 1. Error exit delayed from previous error". It created some of the subdirectories before reporting the above error. 
I have tried downloading agin to make sure that the download is properly done. Also used another command to extract : gunzip -c php-4.0.4pl1.tar.gz | tar -xvf -

Thanx, 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-29 06:04 UTC] sniper@php.net
It's either your tar / gunzip that is broken or
there have been some problems during the transfer.

I downloaded the package myself (just before commenting to this bug report) and it works just fine.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 05:01:29 2024 UTC