Devrim GUNDUZ schrieb: > Hi, > > On Wed, 2006-12-06 at 15:39 +0100, Bernhard Weisshuhn wrote: >> error: unpacking of archive failed on file >> /usr/lib64/libpq.so.4;4576d3af: cpio: MD5 sum mismatch > > Please download the RPM from another mirror, or re-download it. I could > not duplicate that error. I don't get it. I tried three mirrors, all gave me the same file. I verified the md5sum against the MD5SUM file on the server, it is correct. What is going on? Something wrong with my rpm (the program)? Could somebody verify the md5sum of /usr/lib64/libpq.so.4.1 for me? Here is what I tried: | % md5sum compat-postgresql-libs-4-1PGDG.x86_64.rpm | 9d292c0a677888ffe5e37a64c2638624 compat-postgresql-libs-4-1PGDG.x86_64.rpm | | % rpm -qlp --verbose compat-postgresql-libs-4-1PGDG.x86_64.rpm | -rwxr-xr-x 1 root root 138872 Nov 26 10:21 /usr/lib64/libpq.so.4 | -rwxr-xr-x 1 root root 138872 Nov 26 10:21 /usr/lib64/libpq.so.4.1 | | | % rpm2cpio compat-postgresql-libs-4-1PGDG.x86_64.rpm | cpio -idv | ./usr/lib64/libpq.so.4 | ./usr/lib64/libpq.so.4.1 | 544 blocks | | % md5sum usr/lib64/libpq.so.4.1 | eb5c38c731f4e0bb0a52a3a267c0b43d usr/lib64/libpq.so.4.1 | | % sudo rpm -Uvh compat-postgresql-libs-4-1PGDG.x86_64.rpm | Preparing... ########################################### [100%] | 1:compat-postgresql-libs ########################################### [100%] | error: unpacking of archive failed on file /usr/lib64/libpq.so.4;4576de9b: cpio: MD5 sum mismatch | | % rpm -q rpm cpio | rpm-4.4.2-32 | cpio-2.6-21.fc6 any hint appreciated, bkw