Opened 10 years ago

Closed 10 years ago

#85 closed defect (fixed)

yum install openssl-static does not work

Reported by: Andib Owned by:
Priority: major Milestone:
Component: rpm Version:
Severity: Keywords:
Cc:

Description

{0}[p:\usr] yum install openssl-static
Failed to set locale, defaulting to C
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package openssl-static.i386 0:1.0.0a-5.oc00 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package              Arch       Version                Repository         Size
================================================================================
Installing:
 openssl-static       i386       1.0.0a-5.oc00          netlabs-rel       3.6 M

Transaction Summary
================================================================================
Install       1 Package(s)
Upgrade       0 Package(s)

Total size: 3.6 M
Installed size: 18 M
Is this ok [y/N]: j
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing     : openssl-static-1.0.0a-5.oc00.i386                        1/1
Error unpacking rpm package openssl-static-1.0.0a-5.oc00.i386
error: unpacking of archive failed on file /@unixroot/usr/lib/crypto_s.a;53de78d8
: cpio: read

Failed:
  openssl-static.i386 0:1.0.0a-5.oc00

Complete!

Looks like the archive is corrupted or what else is wrong?

Change History (2)

comment:1 Changed 10 years ago by Andib

Downloading the rpm and try to install directly leads to the same error

{0}[t:\download] rpm -i openssl-static-1.0.0a-5.oc00.i386.rpm
error: unpacking of archive failed on file /@unixroot/usr/lib/crypto_s.a;53de7aa3: cpio: read

comment:2 Changed 10 years ago by Yuri Dario

Resolution: fixed
Status: newclosed

The file is corrupted and there isn't a backup copy. I have deleted it.

You can install 1.0.0.0a-4 or upgrade to i686/pentium4 repository (they are ok).

Note: See TracTickets for help on using tickets.