I have problem with clamd, if restart exim this is error
Starting clamd: /usr/sbin/clamd: error while loading shared libraries: libiconv.so.2: cannot open shared object file: No such file or directory
I have problem with clamd, if restart exim this is error
Starting clamd: /usr/sbin/clamd: error while loading shared libraries: libiconv.so.2: cannot open shared object file: No such file or directory
add /usr/local/lib/
in /etc/ld.so.conf
and execute
ldconfig
this should fix it
Thanks,
Worked for me :-)