> The "problem" is in clamav-milter/clamav-milter.c , line 1576
>
>
> #if     ((SENDMAIL_VERSION_A > 8) || ((SENDMAIL_VERSION_A == 8) &&
> (SENDMAIL_VERSION_B >= 13)))
>         if(smfi_opensocket(1) == MI_FAILURE) {
>                 cli_errmsg("Can't open/create %s\n", port);
>                 return EX_CONFIG;
>         }
> #endif
>
>
> If you comment these, clamav will compile.

Change that and you'll be fixing the symptoms, not the cause. Do NOT take
that approach when faced with problems in computing.

The correct solution is to ensure that your mfapi.h matches the installed
version of sendmail. This is true of other software as well.

_______________________________________________
http://lurker.clamav.net/list/clamav-users.html

Reply via email to