PgDBF 0.1.0

Download: pgdbf-0.1.tar.gz
Size: 4.93 KB
md5_file hash: 3d430fd7d0c2a9842c4d99cf3c9e9b0c
First released: Thu, 06/26/2008 - 10:49

First public release.

Error in uncompression

After many repeated downloads, md5sum checking consistently returns-
2f01a6b465477399a1c407600196f77a

Then, executing this command -
tar -xvzf pgdbf-0.1.tar.gz

returns these messages -

tar: This does not look like a tar archive
tar: Skipping to next header
tar: Error exit delayed from previous errors

I'm quite lost here... What could be the problem?

I'm guessing that your

I'm guessing that your browser is downloading it as text. The server mime types look correct:

$ curl -v http://honeypot.net/files/pgdbf-0.1.tar.gz | md5sum
[...]
Content-Type: application/x-gzip
[...]
3d430fd7d0c2a9842c4d99cf3c9e9b0c  -

You might try (depending on your client) right-clicking the file and choosing "Save as ...". Sometimes that gets better results than letting the browser try to open it.

In any case, the md5sum should be exactly as indicated above. If it's something else, then it didn't download correctly.

I was wrong. I just

I was wrong. I just downloaded that file with Firefox 3 and discovered that Firefox is compressing the file again:

$ md5sum pgdbf-0.1.tar.gz
2f01a6b465477399a1c407600196f77a  pgdbf-0.1.tar.gz
$ tar xzvf pgdbf-0.1.tar.gz
tar: This does not look like a tar archive
$ gunzip pgdbf-0.1.tar.gz
$ md5sum pgdbf-0.1.tar
3d430fd7d0c2a9842c4d99cf3c9e9b0c  pgdbf-0.1.tar
$ tar xzvf pgdbf-0.1.tar
pgdbf.c
pgdbf.h

I don't know why it's doing that, but it's clearly incorrect behavior.

Thanks!

I just followed what you did. I extracted the sources, compiled and I now have the program. Thanks again.

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <blockquote>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
one plus equals six
Solve this math question and enter the solution with digits. E.g. for "two plus four = ?" enter "6".

Powered by Drupal - Modified by Danger4k