Comments for PhpWiki
02 Feb 2001 17:58
Re: Is the tarball broken?
You are correct... the tarball on Sourceforge is broken! You can get the version off FTP right now, which I just tested with gzip -t and tar -tzvf to be sure it's OK:
ftp://phpwiki.sourceforge.net/pub/phpwiki/
I'll upload a new tarball right now.
~swain
02 Feb 2001 17:23
Re: Is the tarball broken?
Yes, tar zxvf
Here is the error message I'm getting:
phpwiki/DBLIB.txt
tar: Skipping to next header
gzip: stdin: invalid compressed data--crc error
tar: 471 garbage bytes ignored at end of archive
tar: Child returned status 1
tar: Error exit delayed from previous errors
THis happened after I did a wget from freshmeat.net
02 Feb 2001 17:22
Re: Is the tarball broken?
As far I know, the tarball is broken. Witness:
~/public_html> gunzip -c ../../dl/phpwiki-1.2.0.tar.gz | gtar xvf -
phpwiki/DBLIB.txt
gtar: Skipping to next file header
gunzip: ../../dl/phpwiki-1.2.0.tar.gz: invalid compressed
data--crc error
gtar: Archive - EOF not on block boundary
~/public_html> gunzip -c ../../dl/phpwiki-1.2.0.tar.gz | tar xvf -
x phpwiki/DBLIB.txt, 6323 bytes, 13 tape blocks
tar: directory checksum error
~/public_html> gtar xzvf ../../dl/phpwiki-1.2.0.tar.gz
phpwiki/DBLIB.txt
gtar: Skipping to next file header
gzip: stdin: invalid compressed data--crc error
gtar: Archive ../../dl/phpwiki-1.2.0.tar.gz EOF not on block boundary
-E!
02 Feb 2001 15:35
Re: Is the tarball broken?
> I'm having trouble extracting the
> tarball.
Have you tried gunzip, or tar -xzvf? Or are you on a Windows box?
~swain
02 Feb 2001 15:19
Is the tarball broken?
I'm having trouble extracting the tarball.
Re: Is the tarball broken?
I think you have a little problem with spam on your demo site ;-)