> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jerry Bell > Sent: woensdag 9 maart 2005 19:48 > To: ClamAV users ML > Subject: Re: [Clamav-users] Two persistent problems with clamav > > > Thank you for the detail here. Unfortunately, I had already > done much of that. ldd confirms that both clamd and freshclam > are linked to /usr/local/lib/libclamav.so.1
As you say, clamd is linked against: /usr/local/lib/libclamav.so.1 I have it working flawlessly on FreeBSD, too; so I know it works. :) I would just do a: find -X / -name "libclamav.so.1" | xargs ls -la And make sure there is really only 1 version of it on your system (and check the date. I must admit that you seem to have done everything which a 'beginner' might overlook; and I cannot immediately see where things go wrong, either. I also make it a good habit to set every option I think is needed, despite assumed default; like: AllowSupplementaryGroups ArchiveMaxCompressionRatio 0 ArchiveMaxFiles 1500 ArchiveMaxRecursion 15 DatabaseDirectory /var/db/clamav FixStaleSocket LocalSocket /var/run/clamav/clamd.sock LogFile /var/log/clamav/clamd.log MaxDirectoryRecursion 25 PidFile /var/run/clamav/clamd.pid ReadTimeout 120 ScanMail SelfCheck 1800 TemporaryDirectory /var/spool/clamav User clamav I would also check to see whether there are no spcial flags set on the database directory and files, like 'sunlnk' or something. > /usr/local/lib//usr/local/lib/libclamav.so.1. That path looks odd. Are you sure there is not some symlink at work here? - Mark _______________________________________________ http://lurker.clamav.net/list/clamav-users.html