* martin f krafft ([EMAIL PROTECTED]) [030703 02:20]: > I am thoroughly confused. I have had what seems to be major > filesystem corruption. Is there any corruption that can happen to > a Linux FS (Reiser, ugh!) which would leave the binary untouched > (MD5sum identical) but cause it's dependencies to go haywire? Btw: > I don't think I ever had libs/libavifile installed. Never.
Right. Maybe tcpdump is okay but one of the libraries it depends on is
modified? Try these:
wingnut:~% ldd /usr/lib/libpcap.so.0.7 /lib/libc.so.6 /lib/ld-linux.so.2
/usr/lib/libpcap.so.0.7:
libc.so.6 => /lib/libc.so.6 (0x40024000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
/lib/libc.so.6:
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
/lib/ld-linux.so.2:
statically linked
wingnut:~% md5sum /usr/lib/libpcap.so.0.7 /lib/libc.so.6 /lib/ld-linux.so.2
f3c973cdb7d0a55b112357549d4316c8 /usr/lib/libpcap.so.0.7
da26d443a352c43d5b9590b119026f2a /lib/libc.so.6
f5d0883725f09a764c31a024006cac0d /lib/ld-linux.so.2
My next suspicion is that although tcpdump itself is fine, libpcap
may be screwy. I have libpcap0.7 0.7.2-1 here.
good times,
Vineet
--
http://www.doorstop.net/
--
"If we do not believe in freedom of speech for those we despise we do not
believe in it at all." --Noam Chomsky
signature.asc
Description: Digital signature

