23Sep/091
ClamAV 95.2 error while loading shared libraries
I installed ClamAV 95.2 on a server today, the installation went OK and no error is shown but when I tried to run virus scanning I got this error message:
clamscan: error while loading shared libraries: libclamav.so.6: cannot open shared object file: No such file or directory
to fix this problem I run this command:
ldconfig
and clamscan can work fine.