Anonymous
09-13-2004, 03:39 PM
Well just save some time to people trying to install slackware 10 + clamav 0.75.1.
These lines
mv /usr/bin/clamdscan /usr/bin/clamdscan.orig
ln -s /usr/bin/clamscan /usr/bin/clamdscan
Will not work as if you use which:
root@webmail:/var/log# which clamdscan
/usr/local/bin/clamdscan
Then try to use
root@webmail:/var/log# mv /usr/local/bin/clamdscan /usr/local/bin/clamdscan.orig
root@webmail:/var/log# ln -s /usr/local/bin/clamscan /usr/local/bin/clamdscan
I was with this problem at /var/log/maillog:
Sep 13 15:00:35 webmail X-Antivirus-1.23st: [webmail1095098435660765] clamdscan: corrupt or unknown clamd scanner error or memory/resource/perms problem - exit status 512/2
now every thing is working!!!!
These lines
mv /usr/bin/clamdscan /usr/bin/clamdscan.orig
ln -s /usr/bin/clamscan /usr/bin/clamdscan
Will not work as if you use which:
root@webmail:/var/log# which clamdscan
/usr/local/bin/clamdscan
Then try to use
root@webmail:/var/log# mv /usr/local/bin/clamdscan /usr/local/bin/clamdscan.orig
root@webmail:/var/log# ln -s /usr/local/bin/clamscan /usr/local/bin/clamdscan
I was with this problem at /var/log/maillog:
Sep 13 15:00:35 webmail X-Antivirus-1.23st: [webmail1095098435660765] clamdscan: corrupt or unknown clamd scanner error or memory/resource/perms problem - exit status 512/2
now every thing is working!!!!