> > > >> I have it working flawlessly on FreeBSD, too; so I know it works. :) > > > > I don't doubt at all that the problem is on my end. I just for the life > > of me can't figure out what it is. I've been doing this kind of thing for > > a long long time and it's just not apparent to me what the problem is. > > Normally, when I send out a question like this, I figure it out right > > after I hit the send button, but not so this time. > > > >> find -X / -name "libclamav.so.1" | xargs ls -la > > No luck there :( > > Here are the files in my lib dir > -rw-r--r-- 1 root root 1583174 Feb 14 07:58 libclamav.a > -rwxr-xr-x 1 root root 885 Feb 14 07:58 libclamav.la > lrwxrwxrwx 1 root root 18 Feb 14 07:58 libclamav.so -> > libclamav.so.1.0.8 > lrwxrwxrwx 1 root root 18 Feb 14 07:58 libclamav.so.1 -> > libclamav.so.1.0.8 > -rwxr-xr-x 1 root root 789662 Oct 18 07:43 libclamav.so.1.0.4 > -rwxr-xr-x 1 root root 887236 Feb 2 09:57 libclamav.so.1.0.6 > -rwxr-xr-x 1 root root 889915 Feb 7 07:25 libclamav.so.1.0.7 > -rwxr-xr-x 1 root root 890039 Feb 14 07:58 libclamav.so.1.0.8
This is not, in a general sense, necessarily a good practice (leaving old libs around), be they ClamAV libs or ssl or whatever. It presents the opportnity for unpredictability. This is more problematic in an environment that is supported by a team of admins. > > have you as root tried: > find -X / -name "libclamav*" -print > Be more strident - search for *clam*. You may be surprised what you find. dp _______________________________________________ http://lurker.clamav.net/list/clamav-users.html