Comment 12 for bug 1426095

Revision history for this message
Alex Rousskov (rousskov) wrote : Re: eClamav cannot initialize and crashes Squid repeatedly

Looks like you have your answer:

  LibClamAV Error: cl_load(): No such file or directory: /usr/local/clamav/share/clamav

The clamav library path is not hard-coded in the eCAP ClamAV adapter sources. The adapter is linked with "-lclamav" during build. Please note that the above error is not from the adapter. It is from your libclamav *library*. FWIW, the adapter uses a cl_retdbdir() function from that library for the first cl_load() parameter.