I tried running those commands and received the following
root@ns10 [/home/admin]# ldconfig
bash: ldconfig: command not found
root@ns10 [/home/admin]# freshclam
freshclam: error while loading shared libraries: libclamav.so.4: cannot open shared object file: No such file or directory
root@ns10 [/home/admin]# service clamd restart
bash: service: command not found
gtgeorge wrote:Yes running the latest MSFE and using WHM 11.15.0 cPanel 11.18.3-R21703
CENTOS Enterprise 4.6 i686 on standard - WHM X v3.1.0 and Apache/2.2.8
Reading other posts I checked /tmp and there is no clamd I restarted Exim and Mailscanner with the same results which is not creating the temp dir.
Found an empty clamd.conf and empty clamd.conf.old.
I edited in the stock .conf file from a download package and changed Mailscanner config to use the new /tmp/clamd.socket and it is now working. Sure would be nice to know exactly what happened though
ccccanada wrote:I tried running those commands and received the following
root@ns10 [/home/admin]# ldconfig
bash: ldconfig: command not found
root@ns10 [/home/admin]# freshclam
freshclam: error while loading shared libraries: libclamav.so.4: cannot open shared object file: No such file or directory
root@ns10 [/home/admin]# service clamd restart
bash: service: command not found
Were you logged in as root? Looks like you may have logged in as admin and su'd to root. If you do this you need to be sure to use "su -" and not just "su" in order to set up the root environment correctly.
gtgeorge wrote:Found an empty clamd.conf and empty clamd.conf.old.
I edited in the stock .conf file from a download package and changed Mailscanner config to use the new /tmp/clamd.socket and it is now working. Sure would be nice to know exactly what happened though
That's interesting. Thanks for reporting what you found, it gives folks another thing to look for when they run into this problem.