Follow this thread<br><br><a href="https://www.redhat.com/archives/rpm-list/2008-May/msg00002.html">https://www.redhat.com/archives/rpm-list/2008-May/msg00002.html</a><br><br>You likely have some shlib already prelinked. If you want a solution for packaging<br>
do something like:<br><br>prelink -u &lt;shlib&gt; &amp;&gt;/dev/null || :<br><br>in %install<br><br>hth<br><br><div class="gmail_quote">On Tue, May 13, 2008 at 4:10 PM, Tom Brown &lt;<a href="mailto:tom@ng23.net">tom@ng23.net</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi<br>
<br>
I have a custom rpm that builds fine and all it is is a directory that contains some plugins, nagiosn plugins.<br>
<br>
When the rpm is installed i get the following error<br>
<br>
error: unpacking of archive failed on file &lt;filename&gt;;48299d61: cpio: MD5 sum mismatch<br>
<br>
Does anyone have any idea why this happens or how to avoid it as the source tarball that this rpm comes from unpacks fine so i am a little unsure.<br>
<br>
thanks<br>
<br>
_______________________________________________<br>
Rpm-maint mailing list<br>
<a href="mailto:Rpm-maint@lists.rpm.org" target="_blank">Rpm-maint@lists.rpm.org</a><br>
<a href="https://lists.rpm.org/mailman/listinfo/rpm-maint" target="_blank">https://lists.rpm.org/mailman/listinfo/rpm-maint</a><br>
</blockquote></div><br>