zen said: > core# ldd `which freshclam` > /usr/local/bin/freshclam: > libclamav.so.1 => /usr/local/lib/libclamav.so.1 (0x2807e000)
Ok - this is the library and directory of interest. Now type ls -l /usr/local/lib/*clam* In my world I'd see this (it is linewrapped): lrwxrwxrwx 1 root other 19 Jan 10 22:14 /usr/local/lib/libclamav.so.1 -> libclamav.so.1.0.17 What you should see is the time/date of those libraries and of course they should be from the day you installed them. And in my case I see that the libclamav.so.1 file is a link to libclamav.so.1.0.17. I'd be a stunned bunny to learn yours is different. And just because I'm anal about this stuff I'd also check in /usr/lib to see if there are any *clam* files. I don't have your original post in front of me but I think you ran freshclam -v and got proper results regarding version 0.88, no? To be honest I'm a Solaris guy, so I'm quickly approaching the point where I'm telling you more than I know about a Linux environment. It does appear to be quite similar so far, though. dp _______________________________________________ http://lurker.clamav.net/list/clamav-users.html
