mindia
mindia

Reputation: 7729

Install RPM on Centos

I work with Centos 6.4 and RPM. When I install RPM, linux thows the error

 Installing : XXX 
Error unpacking rpm package XXX
error: unpacking of archive failed on file /lib/libasteriskssl.so;51f7eebf: cpio: Digest mismatch
  Verifying  : XXX  

Can anybody help me?

Upvotes: 4

Views: 4462

Answers (1)

Eran Ben-Natan
Eran Ben-Natan

Reputation: 2615

Try to run /usr/sbin/prelink -u /lib/libasteriskssl.so after you put it in place it in the %install.

Upvotes: 9

Related Questions