Home > Linux > tar: Archive contains obsolescent base-64 headers

tar: Archive contains obsolescent base-64 headers

I was trying to install Ghostscript on my MediaTemple (mt) Linux server but I kept getting the following error:

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

The quick fix around this is to type the following:

gzip -d filename.tar.gz

and then

tar -xf filename.tar

This should extract the file without errors.

Peace

Post to Twitter Post to Plurk Plurk This Post Post to Yahoo Buzz Buzz This Post Post to Delicious Delicious Post to Digg Digg This Post Post to Ping.fm Ping This Post Post to Reddit Reddit Post to StumbleUpon Stumble This Post

Categories: Linux Tags:
  1. irina
    September 21st, 2009 at 21:29 | #1

    and what i should do if the same error appears when i
    $ tar xf *.tar

  2. rajeev
    April 14th, 2010 at 23:39 | #2

    I want to extract mysql-5.0.21.tar.gz on linux server for installtion
    but, I unable to extract. I tried to apply tar, gzip, gunzip, gtar
    but not able to fix the problem
    here is the error when I tried with gtar and same error occurs with tar also
    root@vps home
    [mysql-5.0.21/]# gtar zxvf mysql-5.0.21.tar.gz
    mysql-5.0.21/bdb/
    mysql-5.0.21/bdb/Makefile.in
    mysql-5.0.21/bdb/btree/
    mysql-5.0.21/bdb/btree/bt_reclaim.c
    mysql-5.0.21/bdb/btree/bt_stat.c
    mysql-5.0.21/bdb/btree/bt_delete.c
    mysql-5.0.21/bdb/btree/bt_rec.c
    mysql-5.0.21/bdb/btree/bt_compare.c
    mysql-5.0.21/bdb/btree/bt_cursor.c
    mysql-5.0.21/bdb/btree/bt_search.c
    gtar: Skipping to next header
    ysql-5.0.21/bdb/bttre/bt_sspli.c
    gtar: Skipping to next header
    gtar: Archive contains obsolescent base-64 headers

    gzip: stdin: invalid compressed data–crc error

    gzip: stdin: invalid compressed data–length error
    gtar: Child returned status 1
    gtar: Error exit delayed from previous errors

  3. rajeev
    April 15th, 2010 at 03:09 | #3

    problem solved:

    find sites from where you can directly download files using
    wget url

    It will 100% work

  1. No trackbacks yet.
SEO Powered by Platinum SEO from Techblissonline