I was attempting to setup c-icap to handle scanning against clamav for our Dell FS8600 NAS, but there is a problem in /etc/c-
Line 232 of /etc/c-
ModulesDir ${prefix}
It should read:
ModulesDir /usr/lib/
Line 240 of /etc/c-
ServicesDir ${prefix}
It should read:
ServicesDir /usr/lib/
Looks like the information in the default conf file isn't being updated correctly about the installation location.
This is affecting both the server and desktop build.