Install RPM on Centos

对着背影说爱祢 提交于 2019-12-07 06:59:10

问题


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?


回答1:


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



来源:https://stackoverflow.com/questions/17948184/install-rpm-on-centos

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!