Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
problem extract tar archive 4.04
when I try to extract or list content of txp 4.04 I get this error:
<code>
sh-2.05$ tar -tf textpattern-4.0.4.tar
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers
tar: Error exit delayed from previous errors
</code>
I used to uploade and extract the archive on the server with tar -xvf textpattern…
Offline
Re: problem extract tar archive 4.04
Try: tar -xvzf instead of tar -xvf
The file you download is gzip compressed.
Offline
Re: problem extract tar archive 4.04
thanks, that worked
Offline
Pages: 1