On 11/23/04 09:20, David Wu wrote:
I am not able to have clamd (and clamav-milter) built on BSD/OS 4.2 from
0.8 source, although everything else built and run without problem (after
fiddling with integer type define).

Found in clamd/Makefile the following with the obvious meaning that clamd
not be built.

BUILD_CLAMD_FALSE =
BUILD_CLAMD_TRUE = #

Would like to know what configure discovered to decide not to build clamd.

From configure:

if test "$have_pthreads" = "yes"; then
  BUILD_CLAMD_TRUE=
  BUILD_CLAMD_FALSE='#'
else
  BUILD_CLAMD_TRUE='#'
  BUILD_CLAMD_FALSE=
fi

Regards
_______________________________________________
http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-users

Reply via email to