<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I am using FC3 and notice very wired behavior.  The rpm -q --dump
output is inconsistent with actual file attribute. <br>
<br>
# rpm -q --dump glibc | grep lib/tls/libc-2.3.4.so<br>
/lib/tls/libc-2.3.4.so <b>1451615</b> 1103537616 <font color="#cc0000"><b>3f269651d6f0953ce3f753760efa5026</b>
</font>0100755 root root 0 0 0 X<br>
# ls -l /lib/tls/libc-2.3.4.so<br>
-rwxr-xr-x  1 root root <b>1454835</b> Dec 20 02:13
/lib/tls/libc-2.3.4.so<br>
# md5sum /lib/tls/libc-2.3.4.so<br>
<font color="#cc0000"><b>d6abef51fef1c5df35398f5fff34b714 </b> </font>/lib/tls/libc-2.3.4.so<br>
<br>
The funny thing is that rpm -qV glibc doesn't report any md5sum
inconsistent.  It takes me 2 days and finally find out the different
file size and different md5sum is caused by prelink daily cornjob (
/etc/cron.daily/prelink ).  I wonder why md5sum and file size are
different from rpm -q --dump output?  Can someone explain to me?  <br>
<br>
Kin<br>
<br>
Kin<br>
<br>
<br>
<br>
</body>
</html>